How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support How to make the Header menu full width? – FOR Pokatheme Header Style 3

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12802
    Rusu
    Participant

    Someone set as RESOLVED my previous forum post, but it’s not resolved. https://pokatheme.com/topic/how-to-make-the-header-menu-full-width-pokatheme-header-style-3/#post-12771

    So I will ask again.

    I want to make the header main menu(Header 3) items fullwidth because as it currently is if I add 5 menu items the 6th will create a new menu below and it looks quite ugly.

    Can a developer help me out? I already tried couple of things but I need help.

    @media (min-width: 1200px)
    .container {
    width: 1140px;
    max-width: 100%;

    If i set the width: 100%; the entire website will stretch to fit the screen, i want only the header menu items … for Header Style 3

    #12822
    admin
    Keymaster

    Hi Rusu,

    As you can understand this is not related with the theme but is basic CSS knowledge.

    if you want to target only the header container you can do something like this:

    .head-menu .container {
    width:100%;
    }
    

    This way you can target any other element you want with specificity.

    #12854
    Rusu
    Participant

    Hey thanks 🙂

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