How to adjust menu text padding and font size

Homepage Community Forums Epik Theme Support How to adjust menu text padding and font size

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13675
    CADsmarter
    Customer

      Hi all

      My site is http://cadsmarter.com/

      I would like to:

      1. Move the primary menu (under the logo) closer to the logo. I assume this is a padding thing?
      2. Change the size of the text font in the secondary menu (above the logo). I’m not sure if I need to edit the stylesheet or one of the php files?

      Thanks
      Paul

      #13710
      Eric
      Customer

        You could just activate the Primary Menu on the Menu page and that would activate the menu under the logo.

        To adjust the font size, take a look on line 2157 in your style.css for this –

        nav-secondary .genesis-nav-menu a {
            font-size: 12px;
            padding: 8px 13px;
        }

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

        #13728
        CADsmarter
        Customer

          Hi Eric
          Thanks for the reply.

          I have adjusted the font size with your info – much better now.

          I already have the Primary Menu activated under the logo – I just want to move it closer to the logo

          http://cadsmarter.com/

          Thanks
          Paul

          #13742
          Eric
          Customer

            You could actually adjust line 1974 for this –

            .header-image .site-header .widget-area {
            	padding: 40px 0;
            	padding: 2.5rem 0;
            }

            I would remove the rem line and adjust the top and bottom padding pixels by changing it to look like this –

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

            Then you can adjust the top and bottom padding however you need. Most of that space is coming from the header widget area.


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

            #13767
            CADsmarter
            Customer

              Hi Eric
              Sorry I forgot to reply. Thanks very much – that worked perfectly. Thanks for all your help!
              Regards
              Paul

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘How to adjust menu text padding and font size’ is closed to new replies.