hey this might sound picky but I can't move the paginate navigation on my page. The top left with the "pages : 1 2 >". I want to move that to the right so it alligns with latest entries. So far I'm using margin: 20px 20px 20px 20px; in the style sheet. It seems I cannot move it to the right with any values. It's driving me crazy. The div id is "stylepaginate". Any wordpress pros who can help me? I'd ask on the wordpress forum but it's adult site :s thanks!
really small irritating wordpress issue
Collapse
X
-
really small irritating wordpress issue
Tags: None -
-
Comment
-
-
Where's div class="navigation" set? I was looking through CSS files and couldn't find it. According to Opera Dragonfly both that and p id="stylepaginate" have computed widths of around 900px. It might not be aligning because it's trying to align that whole thing rather than what's inside.
*not expert advicehttp://htmwrestling.com Maledom boxing, foxy boxing, wrestling women..Sports entertainment pseudo-pornComment
-
No expert here but you might try looking around this file:
http://www.jpnschoolgirls.com/wp-con....css?ver=1.1.2Comment
-
hey that helped thx, changed the margin in that stylesheet it moved right, only problem is everything has moved down a little now. Could this be because of div navigation not defined? where shud it be defined? thanks!No expert here but you might try looking around this file:
http://www.jpnschoolgirls.com/wp-con....css?ver=1.1.2Comment
-
Honestly I don't know. As I said before, I'm no expert myself.
Maybe look around w3schools.com?
http://www.w3schools.com/css/css_align.asp
http://www.w3schools.com/css/css_float.asp
http://www.w3schools.com/css/css_positioning.asp
Floating list items in the nav bar?
http://www.w3schools.com/css/css_navbar.asp
Good luck.Last edited by AaronM; 09-25-2010, 08:42 AM.Comment
-
hey, think you're right about the div class = navigation not being set... where shud it be set?Where's div class="navigation" set? I was looking through CSS files and couldn't find it. According to Opera Dragonfly both that and p id="stylepaginate" have computed widths of around 900px. It might not be aligning because it's trying to align that whole thing rather than what's inside.
*not expert adviceComment



Comment