• Hello
    After Install the Generate Press theme, I’m facing two problems,

    One is Top Header Social Icons make height gap with top bar menu height. I can’t make the social Icons height same with top bar menu.

    And Second Problem is I insert a image by image widget in header right side.
    I want its full withe and height like attached picture. And I wants its 14px gap with logo only.

    Please see this screenshot: https://ibb.co/HVWLH4B

    Would you please solve those issues.
    Thanks,
    Ismail

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    1. Try this CSS:

    #nav_menu-3 {
        margin-top: 5px;
    }
    
    .top-bar .lsi-social-icons li {
        margin-bottom: 0 !important;
    }

    2. Not too sure what you mean here. You can make it so the header widget doesn’t have a limited width with this CSS:

    .header-widget {
        max-width: none;
    }

    Let me know 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Top Header Social Icone & Header Image not adjust.’ is closed to new replies.