Header Banner Mobile (Remove Excess Space)

Home Forums Gillion Theme Header Banner Mobile (Remove Excess Space)

Home Forums Gillion Theme Header Banner Mobile (Remove Excess Space)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • swirlingovercoffee
    Participant

    The mobile banner ad is now showing after following the instructions here.

    Could you let us know how to remove the extra space that suddenly appeared below the logo? (Screenshot attached).

    Also, is there a way to make the ad background white instead of transparent?

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

    Hi @swirlingovercoffee,

     

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

     

    You can resolve 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

     

    .container.sh-header-additional {
        background: #FFF;
    }
    
    header.primary-desktop {
        height: auto !important;
    }

     

    Best regards,
    Shufflehound team

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