Okay
  Public Ticket #1932272
Padding on full screen menu
Closed

Comments

  •  1
    Fredrikke started the conversation

    Hi,

    How can we add a top padding to the full screen menu? We want the menu items/links to start under the logo, see photo attached. 

    Best, 

    Fredrikke

  • [deleted] replied

    Hi Fredrikke,

    Can you please share your Wordpress credentials because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar (see how)

    Thanks!

  •   Fredrikke replied privately
  • [deleted] replied

    Hi Fredrikke,

    Can you please add the code below to your Custom CSS area:

    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
        text-align: left;
    }

    Have a great day!

  •  1
    Fredrikke replied

    Hi Ylli,

    I have done what you said, but nothing happens with the menu :) 

    /F

  • [deleted] replied

    Hi Fredrikke,

    Sorry for that I haven't pasted the correct code, this is the correct code:

    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
        margin-top: 145px;
    }

    Have a great day!

  •  1
    Fredrikke replied

    Thank you so much! Another question I have regarding this menu, is how we can get all the text/menu items to be at the left side of the page, and also aligned to the left, and not right sided?

  • [deleted] replied

    Hi Fredrikke,

    I can see that your menu items in the fullscreen menu are already in the left side and are also left aligned.

    Thanks!

  •  1
    Fredrikke replied

    Hi,

    I am so sorry. I meant that I want the menu items to be on the right side of the page, and also aligned to the right. 

  • [deleted] replied

    Hi Fredrikke,

    Please add the code below to your Custom CSS area:

    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
    text-align: right;
    float: right;
    }

    Have a great weekend!