• Resolved frananvel

    (@frananvel)


    I just upgraded to version 3.4 and it does not work change width modified content in the style.css file in version 3.3 that to work properly:

    #content {
    width: 66.4%;
    }

    #secondary {
    width: 25.5%;
    }

    thanks
    en español: la modificación del ancho de contenido en style.css no funciona en version 3.4

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

    (@frananvel)

    Has been fixed by replacing the word #content by #primary

    #primary {
    width: 66.4%;
    }

    #secondary {
    width: 25.5%;
    }

Viewing 1 replies (of 1 total)

The topic ‘in version 3.4 does not work modified content width’ is closed to new replies.