Viewing 6 replies - 16 through 21 (of 21 total)
  • Thanks. Tried. Didn’t change anything. Don’t have Pro version; don’t know if that’s prob.
    But interesting–I pasted the bit of code from your previous response and it reduced heading by about 2 lines of height. Tried to edit with other numbers and couldn’t decrease it any more.
    Any ideas how I could make the menu center across top instead of right justified?
    Thank you.

    Theme Author OptimizerWP

    (@layerthemes)

    If you want to make the logo and the menu centered try adding this custom css:

    .logo { width: 100%; text-align: center;}
    #topmenu {  text-align: center;}
    .logo h1, .logo h2 { float: none;}

    Thanks

    Yep, that worked. THANK YOU.
    Now if I could only make the text smaller so it fit on only line????

    Theme Author OptimizerWP

    (@layerthemes)

    @dkerian You should rename the menu items to make them fit in one line for example Change:

    WELCOME TO MINNESOTA! to WELCOME!

    MEMBER COMMENTS to Testimonials or Comments

    Thanks

    I’d considered that but the letters are a little large so it would be nice to be able to minimize them.
    Again, thank you for your assistance.’

    Theme Author OptimizerWP

    (@layerthemes)

    @dkerian You can do that from Appearance > Customize > Header > Menu and change the menu font size.
    Thanks

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘How can I change the size of my header?’ is closed to new replies.