Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1406479

    Hello,

    I had this request once already and it was working, but now it reverted back, even though the css is still in place.

    Trying to get the nav bar on this page https://emilyl48.sg-host.com/ to stretch across the width of the screen.

    We plugged in this CSS and it was working but then it stopped:

    .responsive #header_main_alternate > .container {
    max-width: 100%;
    padding: 0px 40px 0px 40px;
    }
    .html_header_top.html_logo_center #top #header_main_alternate .main_menu ul:first-child {
    display: flex;
    justify-content: space-between;
    }

    I added !important here
    .html_header_top.html_logo_center #top #header_main_alternate .main_menu ul:first-child {
    display: flex !important;

    And it worked but the sub drop-down menu is now showing up strangely.

    What should i do to fix this?

    #1406534

    Never mind, I just convinced the client that it was a bad idea. ;)

    It looked weird on large screens anyway.

    #1406582

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CSS was working, but now is not’ is closed to new replies.