[SOLVED] How can I have a border in position "banner1"?

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Mar 30, 2011 7:14 am
Hi,
this is my website: www.energypartner.it/index.php (at now you must use index.php because is under construction).

In position "banner1" over image slideshow I have a RSS Reader that shows some RSS.

I would have a border in this module.

How can I do this?

Thanks so much
monak83
User avatar
Junior Boarder

GK User
Wed Mar 30, 2011 7:45 am
In template params under dev, enable override.css

From FTP locate override.css in your template/css/

add

.rssscroller_module { border: 1px solid #6C6459; }

You can adjust that as needed..
Instead of solid you could also use dashed or dotted.
If you want the border to be black use #000

Let me know if you have any problems
User avatar
Gold Boarder

GK User
Wed Mar 30, 2011 8:01 am
Thank you so much for you very very very fast reply!

I tried but nothing...I can't see any border!

Why?

thanks so much

monak83
User avatar
Junior Boarder

GK User
Wed Mar 30, 2011 8:05 am
Did u Turn override.CSS to on?
If you would like you can send me admin and I can do this for you
User avatar
Gold Boarder

GK User
Wed Mar 30, 2011 8:09 am
Hi

Try like this:

Code: Select all
.rssscroller_module { border: 1px solid #6C6459!important;margin-bottom: 10px }
.rssscroller_module .fc-outer {padding: 0 10px}


Don't forget to clear cache from your browser (CTRL + F5)
Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Mar 30, 2011 8:18 am
Seichinha is right, margin looks nice if you want to give a bit of spacing between the module. Either 5px or 10px is nice looking :)
User avatar
Gold Boarder

GK User
Wed Mar 30, 2011 8:28 am
Thanks you all!!!
I have solved...I haven't activated override option in the template configuration!
Now it's works fine.
Thanks so much!!!

Is this support that do the difference from other DEVELOPMENT STUDIO...you are the best that I have newer seen!!!!

Regards

monak83
User avatar
Junior Boarder


cron