Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #276446

    would like to reduce top and bottom margins for partner/logo element

    #276484

    Hi jeff_gray!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #after_section_1 .content {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,
    Yigit

    #634353

    HI Yigit,

    Have just use this to reduce the padding for partners/logo element but has no effect

    Best

    Nick

    #634357

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .no-logo-slider-heading {
        display: none!important;
    }
    .avia-logo-element-container {
        margin-top: 0;
    }
    .home #after_full_slider_1 .content {
        padding-bottom: 15px;
    }
    

    Best regards,
    Yigit

    #634400

    Great Thanks Yigit

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