• Resolved connectto

    (@connectto)


    hello

    the body (content) of my website have an maximum widht – when i expand the window, i can see the background behind this “body”.., this body have a limited maximum width

    but when i reduce the window width to a smaller size than my body width, the menu breaks in two lines or even more

    how can i apply an minimum width ruke to this menu, so even when i reduce the window width, the menu line never breaks ?

    im using a copy of my twintyeleven layout to test

    heres the link https://www.connectto.com.br/websites/

    the smaller you go on the window width, menu gets more and more divided

    sorry about my bad english

    please someone can help ?

    thanx ??

Viewing 1 replies (of 1 total)
  • Thread Starter connectto

    (@connectto)

    ok heres how i solved this problem

    in the style.css

    at /* =Structure
    change this

    #page {
    margin: 0em auto;
    max-width: 1000px;

    to

    this

    #page {
    margin: 0em auto;
    width: 1000px;

Viewing 1 replies (of 1 total)
  • The topic ‘menu break when reduce window width’ is closed to new replies.