Remove contacts & empty space in mobile view

Home Forums Gillion Theme Remove contacts & empty space in mobile view

Home Forums Gillion Theme Remove contacts & empty space in mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • kaptendop
    Participant

    Hi,

    Could you help to remove contacts & empty space in mobile view as image attached.

    Thank you.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @kaptendop,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #header-mobile ul.sh-nav-mobile .menu-item-type-custom,
    #header-mobile ul.sh-nav-mobile li.sh-nav-special {
        display:none;
    }

     

    Best regards,
    Shufflehound team

    kaptendop
    Participant

    Thank you.

     

    Best regards,

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)