• Resolved ab

    (@maml)


    Hi
    I have my website set at 1200px width, this is perfect for the position of my logo and header links but I want the coloured background in the footer area to stretch across the full screen. Is there a way to do this?

    Also I have the blog style set to full width but everytime I make a new page the default template is with a right side bar, can anyone help with this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi,

    You can add add following css to increase width of footer.

    #bottom-wrapper{
    width: 1500px;
    }

    If you purchase pure and simple pro it support multiple layouts and also give one year of free support to build site like in demo site.

    Thanks!

    Thread Starter ab

    (@maml)

    Thanks, I was able to find this code that did exactly what I needed

    #bottom-wrapper{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing footer width’ is closed to new replies.