This topic contains 22 replies, has 3 voices, and was last updated by jooservices 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi there
You are applying wrong selector:
section-472 is an id not class !
Please checkout css selector document for detail
http://www.w3schools.com/cssref/css_selectors.asp
Thank you,
Viet Vu
Sorry but i’m not developper, i just use CSS “base”
is it better ?
#section-472{
padding-top: 50px;
padding-bottom: 0px;
}
But it doesn’t work.
Hi there
That’s all about css bases 🙂
For id we use $
For class we use .
it’s already documented
http://www.w3schools.com/cssref/css_selectors.asp
Thank you,
Viet Vu
i just need the right code to know what i have to do next time please.
i’ve tried this but it seems not working
#section-472 {
padding-top: 50px;
padding-bottom: 0px;
}
Hi there
Please use this:
.t3-wrapper .sections-wrap #section-472 .section-inner {padding-bottom: 0px}
If you stil can’t work on it please provide your site backend & FTP access i’ll help you work on it.
Thank you,
Viet Vu
1 user says Thank You to jooservices for this useful post
Many thanks, working well.
Glad to hear that
Thank you,
Viet Vu
This topic contains 22 replies, has 3 voices, and was last updated by jooservices 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum