Bikestore CSS - How to add border on main content box

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sun Dec 02, 2012 12:21 pm
Hi --

I've spent quite a bit of time going through the CSS trying to solve this issue:

I'd like to add a black 12px border to the main content area of the site.

I have been able to add the border to other items, like VM products, but not to the main content body.

http://allgoodallgod.com

Thanks!
User avatar
Fresh Boarder

Konrad M
Mon Dec 03, 2012 11:30 am
Hi,
please try add to override.css
Code: Select all
#gkMainbody {
border: 12px solid #000 !important;
}

and remember to enable override.css option in template settings.
User avatar


cron