• Hello everyone, i am facing a rather peculiar problem. This is on a theme i made and i cannot figure out as to why this is happening.
    Basically a page that has a sidebar has the footer only in the center of the page while a page that has no sidebar has the footer fullwidth.
    Here is the example.

    https://cerebrosdesigns.x10.mx/Test1/

    As you see the pages clean living, clean eating etc have no sidebar and their width is fullwidth but this is not in the case of the rest of the pages. I have no idea why this is happening also..

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want them all to be full, I think you closed 1 too many div’s on the pages that have the small footer. If you want them to be small, try

    .art-footer {
            width: 80%;

    I’m not the best at this, but I tried! ??

    Thread Starter Cerebros

    (@cerebros)

    Thank you for the reply. I am looking to make them full width . I will go through the code to see what i can find.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some pages show full width header while others do not.Please Help.’ is closed to new replies.