• Resolved CharlyIBC

    (@charlyibc)


    Preface: Have Maintenance Mode plugin installed and working so my site cannot be viewed while I’m building it. Sorry I cannot provide an example.

    This is my first site using WP, so very green. The text/images of my pages are centered, but are centered on left side with huge blank space to right. I’m kind of familiar with using code and have tried a few things under Stylesheet (style.css), but with no luck. The HTML says centered so I’m at a lost why this is happening. Can anyone please help me figure this out?

    Thanks in advance for any assistance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you remove the right sidebar? If so, this explains the huge blank space to the right. Try adding the code below to your Custom CSS:

    #main {
        margin: 0px auto;
        width: 1240px; // or the width you like
    }
    Thread Starter CharlyIBC

    (@charlyibc)

    Thanks! Ummm… you stated to my Custom CSS, so not to my Stylesheet? If that’s the case, where would one find their Custom CSS within WP.

    I added the code to my style.css, no joy. ??

    Thread Starter CharlyIBC

    (@charlyibc)

    Well I did get that to work, once I did a restart. Most of my pages are now centered, though one of them is thrown off center to the right. Hopefully I can fix that w/o too much trouble. ??

    One last thing: When I visit something/page and then go back, there’s this dashed box around what I clicked on; menu link or image within my shop. I’ve cannot figure out what is causing this or how to stop it. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Photolistic] Center contents’ is closed to new replies.