• Resolved AsHerWorldTurns

    (@asherworldturns)


    I’m using Featured Content Gallery plug-in (which is no longer supported, but for now works fine on my site so I’m leaving it alone for the time being). All I want to do is move it left on my homepage so it’s in line with the post excerpts, instead of overlapping with my right sidebar as it’s doing now. Any idea what code I can change to make this happen? Even though this question is about a plug-in, I’m wondering if there’s a (hopefully easy) CSS fix to shift it left?

    Here is my site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yep, this should do it — look at line 52 in your style.css file for this:

    #featured {
        padding: 20px 100px 40px 0;
    }

    Add the last zero – as that applies to the left side — without the last zero, you’re getting 100px on each side.

    Thread Starter AsHerWorldTurns

    (@asherworldturns)

    Thank you WPyogi! Your solution fixed it perfectly. After struggling to fix it myself for the last hour, I so appreciate your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to move featured content gallery within site’ is closed to new replies.