Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stylesheet css help needed ...


lil_dave

Recommended Posts

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.

 

padding.jpg

Link to comment
Share on other sites

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...