Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1336627

    Hi,

    For some reason, there seems to be margins on my page (link in bio) the last element is a Grid Row but I can’t seem to get rid of the bottom spacing. Could you please help me remove this margins? Thank you!

    #1336632
    This reply has been marked as private.
    #1336652

    Hi,

    Thanks for the screenshot. I can’t reproduce those results on my end though, the footer begins directly after that section, and there are no exact margins between them. Did you manage to find a solution? If not, then please try loading the page in a private or incognito browser window to see if that helps.

    Best regards,
    Rikard

    #1336656

    Strange, I cleared cookies and cache but looks weird on Safari still. Is there any way we can fix that? It looks ok on Chrome. However, the mobile view looks too small. It should be 40% of browser height but it is not doing so for mobile. Please advise. Below is screenshot. Thank you!

    #1336814

    Hi,

    Thank you for the screenshot.

    Adding this css code should help with the height issue.

    @media only screen and (max-width: 989px) {
        .responsive #top #wrap_all .av-flex-cells .no_margin {
            height: 100% !important;
            overflow: hidden;
        }
    }
    

    If the same css media query already exists, you can just copy the css rule within and place it inside the current css media query.

    Best regards,
    Ismael

    #1336819

    Thank you. How can I fix the way it’s displaying on Safari? It looks ok on every other browser but safari.. Thank you

    #1336837

    Hi,

    The same css code should work on Safari. Make sure to keep the file compression settings disabled while editing the site and please do not forget to purge the cache.

    Best regards,
    Ismael

    #1336885

    Thank you, that fixed the view on the mobile view. However, on Desktop view on Safari, it still has weird margins at the bottom, I want it to directly go to footer. It goes directly to footer on Chrome? Please advise.. Link is in private. Thank you!

    #1336904

    Hi, please see attached video in the private. The spacing really seems to only be on Safari and not any other browser but looks ok on every other device.

    On Desktop on Safari, we need to remove that extra spacing below the Grid container when using CSS with aoki-template_image-button. You can see that the hover effect starts when hovering the extra space. Please advise..

    #1336905

    That gird container should lead directly to the footer and hover only on the image like it does on Chrome. Thank you!

    #1336987

    Hi,

    Thank you for the update.

    We cannot figure out why it resizes like that on Safari but we can see that the cell is not inheriting the full height of the grid row container. Have you tried replacing the Grid Row element with a Color Section? You should be able to reproduce the same layout using the Color Section elemen and it might get rid of the height issue with the grid row cells.

    Best regards,
    Ismael

    #1337052

    Hi,

    Unfortunately, when I try to replicate it on a color section, the CSS attribute “aoki-template_image-button” does not work. As you can see I currently have an effect but it doesn’t work on a color section. Could you help me with this then? Thank you.

    #1337129

    Hi,

    Could you please try adding following code to Quick CSS field in Enfold theme options > General Styling tab and check if that helps?

    
    .aoki-template_image-button .flex_cell {
    padding: 0;
    }
    

    Best regards,
    Yigit

    #1337248

    Yigit! Awesome! It worked and there now is no spacing from hooter and the gird row. Thank you so much!

    #1337255

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Margin on grid row’ is closed to new replies.