Hi guys,
I’m using JA Charity template for my website and i’m having a little issue with paddings,
You can check out my page (http://www.marylistimothee.fr) on the first page, (the login page) you’ll see there is no padding whatsoever, i’ve read a few forums solutions like adding a custom.css file in my template/css/ file and adding the designated recall in the Module class Suffix, but it doesn’t change the module padding. It actually remove ANY padding.
It’s like the template doesn’t allow overriding. I’ve tried to change the custom.css padding setting, but the changes are always the same on the user end… no padding.
.col-5 .ja-sidenews-list,
.col-4 .ja-sidenews-list,
.col-3 .ja-sidenews-list,
.col-2 .ja-sidenews-list {
margin: 30% 15%;
}
.col-5 .ja-slidenews-item,
.col-4 .ja-slidenews-item,
.col-3 .ja-slidenews-item,
.col-2 .ja-slidenews-item {
clear: none;
padding: 30% 15%;
}
.col-5 .ja-slidenews-item {
width: 20%;
margin: 30%;
}
.col-4 .ja-slidenews-item {
width: 25%;
}
.col-3 .ja-slidenews-item {
width: 33.33%;
}
.col-2 .ja-slidenews-item {
width: 50%;
}
i’ve added a
.col-5 in the Module class Suffix
Nothing happen the way i wanted.
Any ideas on what could be the problem ?
Cheers
Tim