Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #709254

    Hi – I’ve tried everything I can think of – but failed.
    Is there a way of moving the bottom image up by say 50px (see private content)? so that it doesn’t rely on having to be stacked underneath the previous element?
    You can see from the image I’m showing, the square image is appearing immediately underneath the send me an example above.
    With Enfold’s modular format – I cannot figure out how to effectively overlap. Is it possible?

    Thanks,
    Mark

    #709257

    Hi copemanm!

    Can you please post the link to your page as well?

    Cheers!
    Yigit

    #709263

    Sure – posted in private. thanks.

    #709267

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your image element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { top: -20px; }

    Best regards,
    Yigit

    #709299

    Brilliant Yigit thank you – legend.

    One final question though – how can I move the section head up to meet the bottom of the image?

    I tried .hero-section { top: -20px; } but that didn’t work.

    You”ll see the issue on the live link in private.

    Thanks,
    Mark

    #709301

    Hi!

    Please try adding following code to Quick CSS as well

    
    .home #av_section_1 .content {
        margin-bottom: -40px;
    }

    and if that does not help, please post a screenshot and show the changes you would like to make.

    Best regards,
    Yigit

    #709303

    Perfect – superb.

    Gold star and a big thank you from here in the UK.

    Best wishes,
    Mark

    #709305

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Image spacing’ is closed to new replies.