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

    I have a Grid Row set it up as “no borders” but for some reason the borders still there and I don’t know how to get rid of them.
    Any ideas for fixing this?

    View post on imgur.com


    To take a closer look, credentials in private content.
    Thank you,
    Best,
    Alexia

    #959286

    Hey Alexia R.,

    Please try the following in Quick CSS under Enfold->General Styling:

    #after_submenu_1 {
      border-top:none !important;
    }

    Best regards,
    Rikard

    #959904

    Hello Rikard,
    The code you gave me is working fine, thank you so much.
    Now the problem is about the huge white space in between the 2 grid rows and how to get rid of that space. I added a -75 separator white space but still not working.
    Thanks a lot.
    Regards,
    Alexia.

    #959909

    Hi Alexia,

    I deleted separator elements and that worked. Please review your website :)

    Best regards,
    Yigit

    #959914

    Update:
    Rikard, I clean the cache, I added -100 a on the Separator / Whitespace above the Separator / Short Separator, which is working, but I added same Separator / Whitespace below the Separator / Short Separator to get rid of the huge amount of white space in between the two Grid Rows and that one it is not working.
    Take a look on this image to have a better idea. https://imgur.com/a/KAYlkDx
    Thank you.
    Best,
    Alexia.

    #960854

    Hi Alexia,

    Separators are not meant to be used with negative values, that’s why they don’t work consistently. If you need to remove the whitespace we can help you do it by means of css. Please remove those separators and show us the spaces to be adjusted.

    Best regards,
    Victoria

    #961145

    Hello Victoria,
    As you suggested, I removed all the separators except the “Separator / Whitespace – Short separator” as I have to keep this one. The huge white space it still there.
    Thank you for your help.
    Regards,
    Alexia.

    #962034

    Hi Alexia,

    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

    
    #after_submenu_1 .content {
        padding: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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