Padding not changing

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Thu Sep 13, 2012 11:53 am
Hi, Please look at this page: http://www.creative-designs.co.za/tala/ ... -mphahlele

I have edited the template.css file as follows:

Code: Select all
#mainContent {
      padding: 50px 20px 0;
      background: #fff;
}


But when hard refreshing, and clearing cache etc etc, the padding on the top does not change?? I'm confused. When using Firebug, it is established that this is the code that needs to be changed, but it's not working. Can you give me an idea of what I should be doing instead?

Also, why is the body of the template overflowing? How can I fix this?
User avatar
Expert Boarder

teitbite
Thu Sep 13, 2012 12:44 pm
Hi

The padding You've added is there. Please take a look on screenshot.

To not have text as close to image please add a margin to image itself:

Code: Select all
.item-page img {
margin: 0 10px 10px 0;
}
User avatar
Moderator

GK User
Thu Sep 13, 2012 2:13 pm
Thanks for the line of code.
Which file should I add it to?
User avatar
Expert Boarder

teitbite
Fri Sep 14, 2012 10:33 am
Hi

Pleas put all changes to override.css file. This way You will have everything separated, but remamber to allow using of this file in template settings.
User avatar
Moderator

GK User
Fri Sep 14, 2012 10:44 am
Hi,

I have just tried this, and it is not working :(

I have checked on 2 of my computers, and the padding/margin is not there. I am still seeing it as normal. Please see attachment.

ARGH!! I am so frustrated!
User avatar
Expert Boarder

teitbite
Fri Sep 14, 2012 11:51 am
Hi

Please try clear cache of a browser. As You can see on my screenshot the space is there already.
User avatar
Moderator

GK User
Fri Sep 14, 2012 11:55 am
I will get my client to check on her browser :)

Thanks for your help!
User avatar
Expert Boarder


cron