Making columns narrower

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
hudc
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat Dec 13, 2008 11:50 pm

Making columns narrower

Post by hudc » Sat Dec 13, 2008 11:54 pm

Hello

I want to make the right column in my JA Purity narrower. is it possible?
www.hisardoot.co.il

thank you

kshama_k
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 189
Joined: Mon Jun 20, 2011 8:52 am

Re: Making columns narrower

Post by kshama_k » Wed Jun 29, 2011 10:06 am

hi

find this following code in your /templates/hisardot/css/template_css.css and do changes as given below:

Code: Select all

#right {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #EFEDD9;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    float: right;
    margin-bottom: 5px;
    min-height: 415px;
    padding-bottom: 10px;
    width: 200px;  /*do changes here for proper width*/
}


Locked

Return to “Templates for Joomla! 1.5”