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

    Hi, I struggle to reduse all the space that are coming between sections when I overlap columns and have top -450px. Then the color section under have too much large gap. When I take top margin on the color section to -450px, it moves up, but the the background image doesn’t show, and I just see the overlay color. It would be great if I don’t need to ajust the top on all the rest I wioll make further down the site. Any other way to do this? I have made the Image and tekst blocks above in grid-row to get it like that.
    Please look at private content and scroll down to the gap before the film icon.

    Kindly regards, Mathilde

    #1440257

    Hey mofix,

    Thank you for the inquiry.

    Have you tried adjusting the margin-top property instead of the top position?

    .flex_column.av-lv3xnb7h-d704be59f46f68470e36cceffab6f050 {
        position: relative;
        margin-top: -675px !important;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
        padding: 50px 50px 50px 50px;
        background-color: #ffffff;
    }
    
    .flex_column.av-lv3xmm7t-370eed3cf8e1e3c428d6d54d2df69e09 {
        position: relative;
        margin-top: -675px !important;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
        background-color: #ffffff;
    }

    Best regards,
    Ismael

    #1440281

    Hi ismael,
    Thank you for quick reply. I have added the css, but the second column is still under the first. See the url in private content.
    Kindly regards, Mathilde

    #1440334

    Hi,

    Thank you for the update.

    Did you remove the previous modification that adjusts the top position? Please provide a screenshot of the issue using Savvyify, Imgur or Dropbox. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1440360

    Hi Ismael,
    Yes, I removed the previous modification, but still, the sections don’t overlap. See attached screenshots.
    Kindly regards, Mathilde

    #1440426

    Hi,
    Try, adding a custom class you want to move over the image:
    Enfold_Support_5514.jpeg
    Enfold_Support_5516.jpeg
    Then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .move-row-up {
        margin-top: -675px !important;
    }
    

    and now it looks like this:
    Enfold_Support_5520.jpeg
    please check and duplicate as needed.

    Best regards,
    Mike

    #1440449

    Hi Mike,
    Thank you, now it worked perfectly! :-)
    Kindly regards, Mathilde

    #1440450

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to recuse space to next when I have used position -450px in a column in grid’ is closed to new replies.