• Resolved Centric

    (@centric)


    My screen shifts to left-justified leaving my blog looking lopsided. This is no matter which browser, IE, Firefox, and etc. I used the website https://www.ViewLike.us to see how it looked it different resolutions and my screen changed with screens that went larger than 1400 x 900 pixels.

    The computer I’m on now is 1440 x 900 and the main body shifted to the left, while the header and footers remained centered. I posed this problem on my theme’s site (Arras) two days ago but no one there seems to be able to address the problem.

    Hope someone can help!

    My site: https://www.christocentric.com/main/

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s the rss links creating the problem.
    Try adding a width, so the content doesn’t float upwards on bigger screens

    .rss
    { width: 100%; float: right; list-style: none; margin-right: 0; padding: 0 15px; }

    and float this to the right

    .rss li
    { float: right; display: inline; text-transform: uppercase; background: url(../../images/rss.png) no-repeat; background-position: 0 9px; padding: 0 0 0 18px; margin: 0 0 0 10px; }

    It should work.

    Thread Starter Centric

    (@centric)

    IT WORKED!!!

    Thank you so much buddha, now I’ll share the link to this post over to my theme’s forum.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog shifts to the left in higher resolution screens’ is closed to new replies.