• I have set up a WordPress Template and I am now trying to configure it, I want most of it to be full width, but some of it (Like div-content.entry) has a max width of 604px and I am unable to change it through any CSS.

    Any suggestions?

    I have made a child theme and that’s the one I am working on.

    Website is http://www.fhmanagement.dk
    and the password is Metro2019

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MephistoJJ

    (@mephistojj)

    I have tried to set the header to a width of 1920 but then it just pushes it to the right (but gets the right resolution).

    Anyone know if it’s somehow hardcoded into the php ?

    Thread Starter MephistoJJ

    (@mephistojj)

    No ideas for this? Do I need to put more details? Any input is appreciated 🙂

    Looks like you got entry-content out to a max-width of 1080px.

    I’m not sure what you are trying to do with the header image. For your header image, you need to use the whole URL in the background-image property. That is, change this:

    background-image: url(images/FH-management.png);

    to this:

    background-image: url(http://www.fhmanagement.dk/wp-content/themes/twentythirteen/images/FH-management.png);

    because it’s trying to read the image out of your child theme folder instead of the parent theme folder.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Twenty Thirteen] Full Width Issues’ is closed to new replies.