Help - Search - Members - Calendar
Full Version: Help With Css-
MonsterSmallBusiness Forums > MonsterWebDesign > Designing Your Storefront
TBL Hobbies
we need to add the one pixel line to the bottom of my left menu boxes. My designer can not find where in the system that you add and manipulate the elements and their classes. i called customer service and they sent me to their designers, i ended up having to wait for an email while they figured out what to do. the anser i received is that i should get back in touch with my designer. personally i think that totally wrong. i need a straight answer to this soon please. I responded to the email they sent me asking for more info and never received anything in return. so now im hoping that others who have had their websites designed will be able to help out.
You can see my website at tblhobbies.com. at the least I need to have the menu completed, but there were stil a lot of other things that were going to be done on the site design wise and have to wait until we get an answer.
Thanks
Carl
ProMedWarehouse

On our site we have a line above and below each menu/link in the left menu using a border in the css This makes each look like it's in it's own box . You can see it here: http://www.promedwarehouse.com.

If this is what you are looking for you can add this in your custom.css:

.sidecolumnitemtext {
border-bottom:solid 1px #ffffff;
border-top:solid 1px #ffffff;
}


You can change the color, mine is set to white: #ffffff, or just use the bottom or top and take out the other if you only want one.
ProMedWarehouse
And if you don't already have a custom.css in your root folder. You can just create it and upload it to the site. This is how you can change the css of the elements on the page, since they don't allow you into style.css.
TBL Hobbies
Well, what i mean is that when you look in the left menu at the different items there you will see that each has an image for the name part, then the actuall content is under it. Whats happening is that we have a one pixel line on the left and right but at the bottom of each section theres no line. That the main thing i need to have added.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.