New Landing How can we help? Atelier HEADER NUMBER 4

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #235765
    nateynartey
    Member
    Post count: 11

    1.) In HEADER NUMBER 4 how do I make it go Edge to Edge instead of Contained. ( Its contained now because I have a large screen 1920 X 1080 and it does not go to the edge )

    2.) DIVIDER LINE OPTIONS
    The shop filter Lines also control the Lines around the box for product SIZES in the inner page which is my problem. ( Is there a way to remove just the line on the Filters but still keep the Line around the SIZES Product options box?

    3.) How do you make the dropdown MEGA MENU go from edge to edge

    #236202
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) Please try this CSS:

    .header-wrap .container {
        width: 100%;
    }

    2) Could you add a screenshot to illustrate this?

    3) Have you unchecked the option in the Menu “Natural Width Mega Menu”.

    Thanks

    #236443
    nateynartey
    Member
    Post count: 11

    1.) The CODE worked Perfectly. Thanks!

    2.) IMAGE ATTACHED ( The Divider and Shadow option both have a line below the Menu )

    Color – Header > Header Divider Style > Divider

    3.) Yes “Natural Width Mega Menu”. IS DISABLED
    Alternate Style Mega Menu is Checked but now the MEGA MENU is left aligned ever since I Made the Header edge to edge.

    Attachments:
    You must be logged in to view attached files.
    #236447
    nateynartey
    Member
    Post count: 11

    SORRY The FILTER LINES is the image attached. Thats the line which is linked to ( LINE-2 ) attachment

    Is it Possible to Remove the Lines around the FILTERS and keep the lines in ( LINE-2 )

    Attachments:
    You must be logged in to view attached files.
    #236457
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woo-aux-options {
      border: none;
    }

    – Kyle

    #236538
    nateynartey
    Member
    Post count: 11

    Thanks Kyle! . The CODE worked Perfectly

    3.) Yes “Natural Width Mega Menu”. IS UNCHECKED
    Alternate Style Mega Menu is Checked but now the MEGA MENU is left aligned instead of center since I Made the Header edge to edge.

    I WANT IT CENTERED AND EDGE TO EDGE LIKE THE DEMO DROPDOWN MENU

    Attachments:
    You must be logged in to view attached files.
    #236911
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this:

    @media only screen and (min-width: 1260px)
    li.menu-item.sf-mega-menu > ul.sub-menu {
        width: 100%;
    }

    Thanks.

    #236956
    nateynartey
    Member
    Post count: 11

    I Tested The code and got A Line error

    Attachments:
    You must be logged in to view attached files.
    #236958
    David Martin – Support
    Moderator
    Post count: 20834

    Sorry, I missed a bracket:

    @media only screen and (min-width: 1260px) {
    li.menu-item.sf-mega-menu > ul.sub-menu {
        width: 100%;
    }
    }

    Thanks

    #236999
    nateynartey
    Member
    Post count: 11

    Thanks guys. Excellent work Love this theme!

    I will mark this as resloved

    #237000
    nateynartey
    Member
    Post count: 11

    complete

    #237013
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register