Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #684958

    1. hello, is there a possibility to set the margins of the pictures above the post intros? the last two are tending to have a left margin, which is not good.
    2. can i get the gallery down via a margin?

    #686456

    Hey jelle,

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

    .avia-content-slider .slide-image {
        background: transparent!important;
    }
    
    

    Then please edit special heading element above your gallery and increase bottom padding to 40px.

    Best regards,
    Yigit

    #686551

    ok thanks, point 2 is resolved now!

    but point 1: these are featured images in a post. i see no possibility to give those pictures a margin.
    one can click on a featured image, for sure,
    ( http://vuurenleem.nl/wp-content/uploads/2016/09/fijpg.jpg ) but there’ s no margin option.

    #686938

    Hi,

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

    .avia-content-slider .slide-image img {
        width: 100%;
    }
    

    Best regards,
    Yigit

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