lil_dave Posted April 3, 2011 Share Posted April 3, 2011 HI, I can't figure out to adjust in the stylesheet to fix the lack of padding on the site below ... image to show you. I have had a good read, but can't figure it out. I'd like to pull the right hand side back so that it matches the left hand side. Link to comment Share on other sites More sharing options...
Xpajun Posted April 3, 2011 Share Posted April 3, 2011 Depending on what you are looking for If you want your heading to be white from side to side (no blue margin) then in catalog/includes/header.php find: <div id="header" class="grid_24"> change to: <div id="header" class="grid_24 alpha"> If you want the blue margin on each side, then you would have to remove the width from the element.style My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary Link to comment Share on other sites More sharing options...
lil_dave Posted April 5, 2011 Author Share Posted April 5, 2011 Depending on what you are looking for If you want your heading to be white from side to side (no blue margin) then in catalog/includes/header.php find: <div id="header" class="grid_24"> change to: <div id="header" class="grid_24 alpha"> If you want the blue margin on each side, then you would have to remove the width from the element.style Cool ... that worked. Out of interest, what does ALPHA mean in that context? Link to comment Share on other sites More sharing options...
pdcelec Posted April 5, 2011 Share Posted April 5, 2011 Cool ... that worked. Out of interest, what does ALPHA mean in that context? ALPHA = align left OMEGA = align right Link to comment Share on other sites More sharing options...
burt Posted April 5, 2011 Share Posted April 5, 2011 clubosc.com/960-grid-tutorial-%E2%80%93-understanding-alpha-and-omega-classes.html Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.