Post by miamba » Sat Mar 03, 2012 8:49 pm

Hi there,

Please forgive if this has been posted before, but I can only seem to find results for the "box category". I'm trying to realign the "Categories" box on a custom template. It's out of whack with the margin as you can see here:

http://miamba.co.uk/index.php?route=pro ... ry&path=25

Been trawling website back end and css stylesheet as that's where most people seem to be directed for font size changes. Either I'm missing something or looking in wrong place, so any help would be v. appreciated.

Thanks,

Lis

Newbie

Posts

Joined
Fri Jan 06, 2012 11:27 pm

Post by george_o » Sat Mar 03, 2012 9:06 pm

If you want to move the category box to the left, go to stylesheet.css, find this

Code: Select all

.box {
    margin-bottom: 20px;
}
and add a margin-left attribute

Code: Select all

.box {
    margin-bottom: 20px;
    margin-left: 5px;
}

dropbox.com - 2GB free online storage.


User avatar
New member

Posts

Joined
Sun Jan 15, 2012 2:28 am

Post by miamba » Sat Mar 03, 2012 9:44 pm

Worked instantly. Thanks so much for your help :)

Newbie

Posts

Joined
Fri Jan 06, 2012 11:27 pm
Who is online

Users browsing this forum: No registered users and 72 guests