Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2009 at 08:01 UTC
Updated:
28 Sep 2009 at 04:09 UTC
My website is www.ExploringChemistry.com
The about us, terms and conditions of use, and privacy policy are secondary links assigned to the footer.
I want to change the formatting of the secondary links to be all on one line and centered on the page. I have spent a good six hour staring at the php and css files, getting nowhere. The primary links (which I don't use) are on one line...but not the secondary links. I enabled the primary links to try and figure out the code...obviously to no avail.
Your assistance is greatly appreciated.
Thanks,
Roy Jensen
Comments
Comment #1
Jeff Burnz commentedjust use CSS to to display the li list items inline and center the ul, target it with the block id, something like...
Comment #2
flapsjack commentedWhat Jeff Burnz stated is correct. However, one small change is that your site has a specific rule that forces ul.menu to be text-align: left. So what you should add for your site is the following:
Comment #3
rjensen commentedThanks!
Took me a few minutes to figure out that Pixture Reloaded creates a copy of the css (but not the php) in /sites/default/files/color/pixture_reloaded-###
Once I changed that css, everything worked fine.
I'm closing this issue, but I do have one final question if you happen to read this: is there any way to increase the space between the entries in the footer? Right now, they run together.
Thanks,
Roy Jensen