diet and nutrition Menu header area

Home Forums All Other Themes diet and nutrition Menu header area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57759
    MichaelMichael
    Member
    • Topics: 5
    • Replies: 4
    • Total: 9
    Member since: October 5, 2016

    Hello

    Is it possible to fill the white space to the right of logo with the menu items of a larger font but at the same time be able to make the tagline a larger font. If I make the tag line font larger it bumps the menu below the tagline and leaves so much white space. Can the logo be centred at the top of the page and have the menu items above the logo?

    Thanks

    Mike

    http://www.thenutritionguy.ca

    #57836
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .logo{float:none; text-align:center; width:auto !important;}
    .has_trans_header.home #topmenu{float:none;}
    .centerlogoarea #topmenu{text-align:center !important;}

    Regards,
    Dave

    #57931
    MichaelMichael
    Member
    • Topics: 5
    • Replies: 4
    • Total: 9
    Member since: October 5, 2016

    Thanks this did centre the logo and tagline but cannot seem to keep the menu above the tagline and logo. At the top of the page. Would be nice to have it stay there as a sticky menu.

    Thanks again
    Mike

    #57993
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Mike,

    Kindly replace this code with the previous code that i have provided.

    .logo{float:none; text-align:center;}
    .logo span.tagline{text-align:center !important;}
    .header_right{float:none !important;}
    #nav{margin-right:0 !important; text-align:center;}

    Regards,
    Dave

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