Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove borders from column infoboxes


Guest

Recommended Posts

Posted

I have been looking for the solution to remove all of the borders for the info boxes in the left and right columns. Can someone point me in the right direction? Thanks in advance

Posted

.infoBox

Sets the background border color around all the boxes and not the box headings except the "my account", "edit account", and "add a new address" boxes.

 

You can find that in your stylesheet.css.

 

This link explains everything in your stylesheet.

 

Stylesheet

Posted

This is what I have in my style

 

.infoBox {

background: #ffffff;

padding: 0px;

border: 0px;

border-color: #f033d0;

 

I did what you said. The border color matches my background color but I still see the border around all of my info boxes

Posted

The .infoBox class itself is what creates the border.

 

Either make the background the same color as the background in .infoBoxContents or remove the background from .infoBox.

Posted

ahhhh thanks for the insight. I wasn't thinking about it like that. I took a look at the link you gave me but I really did not see the answer to my next question. I want to get rid of all of the spaces around all of the boxes especially the space where the left/right column meets the edge of the centerpage. Is that the "tep_draw_separator", border, or padding. I have been trying to get rid of it. Can you guide me with that?

 

Different case: I would like to wipe clean the right column and add images straight down. Is that possible without placing the images into infoboxes?

 

 

Once again thanks in advance for any help

Posted

ahhhh thanks for the insight. I wasn't thinking about it like that. I took a look at the link you gave me but I really did not see the answer to my next question. I want to get rid of all of the spaces around all of the boxes especially the space where the left/right column meets the edge of the centerpage. Is that the "tep_draw_separator", border, or padding. I have been trying to get rid of it. Can you guide me with that?

 

Different case: I would like to wipe clean the right column and add images straight down. Is that possible without placing the images into infoboxes?

 

 

Once again thanks in advance for any help

Yes, another way would be to wipe clean one of the infoboxes you don't use, and fill that with the images. Then have that infobox be the only infobox in the right column. It would then be easier to turn it off and on, and the spacing and margins would be a closer fit to the left column.

Oscommerce site:

 

 

OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120

  • 3 months later...
Posted
I want to get rid of all of the spaces around all of the boxes especially the space where the left/right column meets the edge of the centerpage.

 

 

can anyone rescue me from this dilemma? osc newbie here asking for the answer to the infobox positioning; i want to align the infoboxes with the left/right edge of the header space.

 

thanks in advance... :-"

Archived

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

×
×
  • Create New...