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

    Hello,

    I placed an image over a slider. The goal is that there is no gap between the two elements. Unfortunately I can’t find a setting to implement this.

    Example

    And also with a custom.css I don’t get further despite many attempts.

    .mycolor {
    	margin-bottom: 0px;
    }

    This setting seems to be ignored.

    In the private area you will find the access data to the site.

    Thanks a lot,
    Dirk

    • This topic was modified 5 years, 1 month ago by dwoelfel.
    #1229626

    Hey Dirk,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-image-container.avia-align-center.mycolor {
      margin: 0 auto;
    }
    .flex_column .avia-image-container.avia-align-center.mycolor + .avia-slideshow {
      margin: 0;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1229876

    Hello Victoria,

    thanks a lot – that works fine.

    Best regards,

    Dirk

    #1229907

    Hi Dirk,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove gap between image and slider’ is closed to new replies.