Guest Posted November 19, 2009 Posted November 19, 2009 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
Guest Posted November 19, 2009 Posted November 19, 2009 .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
Guest Posted November 19, 2009 Posted November 19, 2009 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
Guest Posted November 19, 2009 Posted November 19, 2009 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.
Guest Posted November 19, 2009 Posted November 19, 2009 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
npn2531 Posted November 20, 2009 Posted November 20, 2009 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
adamsleath Posted March 3, 2010 Posted March 3, 2010 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... :-"
adamsleath Posted March 4, 2010 Posted March 4, 2010 bump; ive posted the query here... :) :( : http://www.oscommerce.com/forums/topic/354945-infoboxes-moving-them-to-align-with-edge-of-header/ regards adamy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.