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

    I have included in the homepage a slider and under it a text block with a representative phrase. I want to reduce the padding-top of this block of text so it is not overlapped by the bar cookies. I include the code introduced for this purpose.

    <p style=”text-align: center;”><span style=”color: #000080;”><span style=”font-family: times-roman; font-size: 18pt; padding-top: -10px;”>MOTIVOS NAUTICOS PARA LOS AMANTES DE LA NAVEGACION</span></span></p>

    #668542

    Hey jochite!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab instead

    .home #after_layer_slider_1 .content {
        padding-bottom: 10px;
    }

    You can also, add your text into a color section element and adjust its padding manually

    Best regards,
    Yigit

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