• Resolved Math

    (@snapshott)


    Hi Lester,

    Quick question, I’m trying to add margin to the top to create some spacing between my photos and pagination. Please have a look at my home page (bottom). xeromatic.com

    I tried the following but didn’t quite workout.

    .wp-pagenavi {
    margin-top: 20px;
    }

    Any help would be appreciated.

    https://ww.wp.xz.cn/plugins/wp-pagenavi/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You need to add a <div style="clear: both;"></div> before pagenavi. Your theme is floated to the left/right. If you need more help contact your theme author.

    Thread Starter Math

    (@snapshott)

    You are awesome! I was able to get it to work.

    Thanks for quick response back.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Margin To Top’ is closed to new replies.