Remove space above menu

Home Forums Gillion Theme Remove space above menu

Home Forums Gillion Theme Remove space above menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Arsenal_Media
    Participant

    Hello,
    I would like to remove the empty space under the main menu.
    In the options, the margins are however at zero.
    Example in attachment.

     

    Thanks!

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

    Arsenal_Media
    Participant

    If you need to see the code, my site is temporary online under http://www.monjournaliste.com

    Hi @Arsenal_Media,

     

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

     

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

     

    #wrapper > .content-container.sh-page-layout-default {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

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