• Resolved nawor3565

    (@nawor3565)


    Ive seen other people with this issue, but Ive never found a fix. Basically, the posts are displayed too far to the left. I can change all the settings, but changing the “Margins Left/Right” options dont do anything, even with the “boxed” option selected. My site is https://toprowgames.com What should I do? I cant seem to figure out how to fix this, and it makes the blog awkward to read.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean by too far?

    Thread Starter nawor3565

    (@nawor3565)

    Shoot, I wasnt clear enough. What I mean is, there is no margin on the left side of the page. The posts are pressed up against the left side of the screen. I should be able to change the margin in the Nirvana settings, but nothing happens when I do.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What screen size does this issue happen in?

    Thread Starter nawor3565

    (@nawor3565)

    1280×1024 and below

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I see, sorry I was using a larger screen.
    If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      @media screen and (max-width: 1280px) {
          #forbottom {
              margin: 0 10%;
          }
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter nawor3565

    (@nawor3565)

    Awesome! I did just what you said, and it worked perfectly. Thank you so much! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Posts are too far to the left?’ is closed to new replies.