badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Navigation Parent Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23742
    Michael
    Participant

    Hi,

    I would like to increase the Navigation parent size above the 20px standard option, could you please provide the CSS coding for this?

    Many Thanks

    Mike

    #23743

    Hi Michael,

    Could you please specify where you want to increase the navigation size?
    We could not able to understand which Navigation parent size above the 20px standard option you are talking about.

    Thank you!

    #23746
    Michael
    Participant

    Hi,

    Sure, in Theme options / Design Options / Typography Options / Font Size / Navigation Parent Size. The Maximum size option is 20px however I would like to increase this to say 26px.

    In addition is there a way to increase the spacing between Menu options? I would prefer if the Menu options covered the full width of my website rather than grouped together.

    Many Thanks

    #23787

    Hi Michael,

    To increase the navigation parent menu size Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    #access a {
        font-size: 26px;
    }

    Thank you!

    #23870
    Michael
    Participant

    Thanks, that worked great!

    Is there any way to increase the spacing between the menu items also?

    Many Thanks

    Mike

    #23895

    Hi Michael,

    Ok then add below code in custom css as well

    #access li {
        padding-right: 30px;
    }

    Thank you!

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