How to shift (lower) the MENU on the HEADER

Homepage Community Forums Epik Theme Support How to shift (lower) the MENU on the HEADER

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11161
    Nandita
    Customer

      Please help me to shift the MENU a bit lower. I mean 10px from (above) the lower border of the header.

      My Blog URL is http://shoutabrand.com

      Thanks in advance.

      #11165
      Eric
      Customer

        It looks like it’s already low from my end…. If you’re trying to push it even more to the bottom of your header section, then you’ll actually need to reduce the padding of the widget area in the header from this –

        .header-image .site-header .widget-area {
        padding: 20px 0;
        padding: 1.25rem 0;
        }

        and reduce it to this –

        .header-image .site-header .widget-area {
        padding: 18px 0;
        padding: 1.125rem 0;
        }

        That will move it down since the widget area has extra padding which makes the height of the header taller. And don’t forget you have space at the bottom of your logo in your actual image itself – http://shoutabrand.com/wp-content/uploads/2014/02/ShoutaBRAND.com_.png


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.