Hi All
Can anyone tell me how to rightjustify the text in the navmainwrapper in my site here
I've used text-align: right for navmain and navmainwrapper but still the text sits there on the left... looking at me
: )
thanks, Steve
Hi All
Can anyone tell me how to rightjustify the text in the navmainwrapper in my site here
I've used text-align: right for navmain and navmainwrapper but still the text sits there on the left... looking at me
: )
thanks, Steve
in your tpl_header.php for this it is defined as class=back
Find it and change back to forward
mmmmm... nope, that didn't work... This is what I have in templates/custom/templates/tpl_header.php
<div id="navMainWrapper">
<div id="navMain">
<ul class="forward">
Any idea what to try next?
Thanks
This is what is in your main page source when viewed
Maybe instead of "custom" you should be addressing files here:Code:<!-- STEVE K - START of BLOCK 1 that was moved to relocate the login to below the logo --> <!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <ul class="back">
includes/templates/boardgameco/
Hi Kobra.
For some reason I had a copy of tpl_header in includes/templates/custom/templates as well as includes/templates/common. I was working on the wrong one.
Thanks for sorting that out. I also wasn't aware that my comments were so visible in Page Source view - something for me to tidy up later.
Thanks, Steve