Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #440896

    hi, is there a way to let them main menu flow over the whole site while the main content is only 960px wide? like here https://news.vice.com/hub/sections

    #440952

    Hi alfaweb2!

    Please add following code to Quick CSS

    #header_main .container {
      max-width: 98%;
    }

    Cheers!
    Yigit

    #441280
    This reply has been marked as private.
    #441737

    Hi!

    Can you please post a screenshot and show the changes you would like to make?

    Cheers!
    Yigit

    #441931
    This reply has been marked as private.
    #442991

    Hey!

    Please add following code to Quick CSS

    .menu li > a:after { content: ' ▾'; } 
    .menu li > a:only-child:after { content: ''; }

    Best regards,
    Yigit

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