Help with moving pages links
-
Hi there,
I’m using the Bueno theme and my URL is http://thesinglefilez.com/
Does anyone know the code for me to move the ‘About Me’, ‘Contact Me’ and ‘Disclaimer’ page links (and the pink underline beneath them) from above my personalised blog header to underneath it?
It would be hugely appreciated,
ThanksThe blog I need help with is: (visible only to logged in users)
-
*bump*
Or a more simpler way to put the question…. how to I move my blog header so its at the very top of the page?
Any help would be appreciated,
Thanks in advance
-
The following does it, but it left aligns the tabs instead of right aligning them (which I like better anyway). Position absolute kills floats, so we can’t float it right. The second (.col-full) change moves the main content area down a little to give more breathing space to the page navigation.
#pagenav { margin-top:227px; position:absolute; } .col-full { margin:10px auto 0; } -
Sacredpath! I remember you from the ‘Themes’ forum. Thank you for your continued help.
I’ve previewed the code you’ve just given me but I don’t see any change. Should I add it to the current code I already have in my ‘Edit CSS box’ or delete everything else and replace it with the new code you’ve given me?
-
You’re welcome.
Try force refreshing the preview page. It has been acting wacky lately.
You can either add the CSS above to the bottom of your CSS, or find those selectors in your CSS and edit/add to them what isn’t already there.
-
You were right. I refreshed the preview page a couple of times and voila, there you go!
Thanks again, I appreciate your help. Wherever you are in the world, have a good day, evening or night.
-
- The topic ‘Help with moving pages links’ is closed to new replies.