Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • jooservices Friend
    #565630

    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

    unvacancier Friend
    #565635

    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.

    jooservices Friend
    #565636

    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

    unvacancier Friend
    #566113

    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;
    }

    jooservices Friend
    #566115

    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

    unvacancier Friend
    #566123

    Many thanks, working well.

    jooservices Friend
    #566124

    Glad to hear that

    Thank you,
    Viet Vu

Viewing 7 posts - 16 through 22 (of 22 total)

This topic contains 22 replies, has 3 voices, and was last updated by  jooservices 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum