This topic has 7 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #139010
     meltdown
    Participant

    Hello – I would like to increase the height of the top bar so that all items contained in it appear larger. How can I do this?

    Thank you

    #139136
     Radu
    Moderator

    Hi,

    Try with this CSS

    COPY CODE
    
    .social-header.header-color {
        min-height: 100px;
    }
    

    The Css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139235
     meltdown
    Participant

    Thank you for your response. That code does indeed increase the height of the top bar. However, the items in the menu are still small. How can I equally increase the size of the menu items as well. I’ve included an image as an example.

    Thanks again

    Attachments:
    You must be logged in to view attached files.
    #139296
     Radu
    Moderator

    Replace with this

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        line-height: 100px;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #145807
     meltdown
    Participant

    Sorry to reopen this thread but I’m still dealing with the issue. That code does indeed increase the height of the top bar. However, the text, member icon, shopping cart icon, etc. in the menu are still small. I would like everything in the topbar to be bigger. How can I do this?

    Thanks

    #145819
     Radu
    Moderator

    Try this selector and let me know

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        font-size: 15px;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #145825
     meltdown
    Participant

    Beautiful – Thanks 🙂

    I’ll mark this as resolved.

    #145828
     Radu
    Moderator

    You’re welcome

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?