Okay
  Public Ticket #1400561
Homepage Menu
Closed

Comments

  •  9
    bodhiwellness started the conversation

    Hi, 

       How do you change the height of your homepage standard menu? 

    If it can be done only by custom CSS for that page, what is the code to add into the Custom CSS?

    Thanks.

  • [deleted] replied

    Hi there,

    You can increase the hight of Menu by adding the padding for top/bottom, please consider reading the article we wrote about Header Settings.

    Thank you.

  •  9
    bodhiwellness replied

    Worked perfectly. Thanks!

  •  9
    bodhiwellness replied

    Hi Eroll, 

      Just one more question about this. How could I alter it only for the homepage? 

  • [deleted] replied

    Hi bodhiwellness,

    Each page has section called Page Parameters and Option, you can find sub section Custom CSS, please paste the code below in Custom CSS Section. 

    .header.main-header {
        padding:40px 0;
    }

    Thank you.