Looking for div#component

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Mon Jul 02, 2012 10:19 am
Hi,

On fleurance.dk and hartmann-skive.dk i am looking for div#component! I know it's in template_css, BUT i can't find where to change the width (currently 640px) and the right-padding 13px! Can someone please tell me where it is? :-(

It's because I want to remove the padding between the facebook app. and "right".

Thank you very much in advance! :-)
User avatar
Fresh Boarder

GK User
Mon Jul 02, 2012 10:33 am
If you dont have layout options in template settings use below css changes. Please note if you dont have any modules published on right then your component width will not change so check layout options first.
Find File: templates/gk_pulse/css/template_css.css
Line: 108

Code: Select all
div#component {
    float: left;
    padding: 2px;
}

Change to
Code: Select all
div#component {
    float: left;
    padding: 2px 0 2px 2px !important;
    width: 675px !important;
}


See you around...
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.