Correcting formatting on custom full width page

by gmr324
2 replies
  • WEB DESIGN
  • |
Hi,

I just defined a full width page for my wordpress theme to remove the sidebar and extend the width of the content to take over the sidebar space. The problem is that the content background color changed to blue and the content and pictures are not centered. I'm not concerned with the size of the images in the page content since I can easily resize them. Here's the issues I have to resolve:

Here's the full width page with the formatting issues:

testing | Boston SEO Service | Local Search Consulting

o Need the background color to be white like this standard page:

Privacy Policy | Boston SEO Service | Local Search Consulting

o Need the content and pictures to be centered for this sample full width page


Essentially all I was looking to do was keep the normal page formatting and extend the
width to be the same as the header image.


Any Advice Appreciated

George
#correcting #custom #formatting #full #page #width
  • Profile picture of the author Teriss
    I can't help you on the theme corrections but where did you get it? I want one like this too, is it difficult to work with or perhaps if you contacted the developer they maybe able to help.
    Did you buy it or was it free.
    thanks
    teriss
    {{ DiscussionBoard.errors[2522581].message }}
  • Profile picture of the author cmaclean
    It looks fine to me. As for centering the images:

    Option 1: Add a class to the paragraph tag which wraps the image like so:

    p.center { text-align: center; }

    Option 2: Add a class to the image itself like so:

    img.center { display: block; margin: 0 auto; }
    {{ DiscussionBoard.errors[2524713].message }}

Trending Topics