• Resolved hzhenk

    (@hzhenk)


    I want to change the width of my theme to 1200.
    I made a child theme

    I looked at different post about changing the width on this forum.
    I changed style.css

    /*
    Theme Name: henkm
    Version: 1.0
    Description: henkm
    Author: Henk Massink
    Template: twentyeleven
    */

    @import url(“../twentyeleven/style.css”);

    #page { max-width: 1200px; }

    Still it is not working, what could be the problem?

    website https://www.henkmassink.nl

    Henk

Viewing 2 replies - 1 through 2 (of 2 total)
  • the edited #page width style is currently not in style.css of your child theme;

    if changes to style.css don’t seem to have immediate effect, the browser cache might be the cause
    – try to clear the browser cache by ‘reload’ing the web page, or by pressing ‘CTRL F5’ or whatever is needed …

    or try to view the page with a different browser or computer …

    Thread Starter hzhenk

    (@hzhenk)

    Clearing the browser cache solved the problem.
    Thanks alchymyth

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change width twenty eleven theme’ is closed to new replies.