Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #883127

    Hello,

    I have a color section with inside 1 column with a text block. I’d like to reduce the 50px padding top and bottom around my text but I don’t know where to insert my class. For the moment I’ve added a class to my column col-titre but I don’t know how to change the css with #top #main .avia-section .template-page

    You can see this on this page : https://yesyouweb.com/dev-bis/contact/
    I’d like to reduce the space before and after “Contactez-nous”

    Tx for your help !
    Nice day

    #883787

    Hey newki75,

    Please try the following in Quick CSS under Enfold->General Styling:

    #col-titre .content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.