Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1116757

    When I add a link to a column in a grid row using column link some of the columns get a white border on the right side. How can I get rid of them?

    • This topic was modified 5 years, 3 months ago by i9design.
    #1116800

    Hey i9design,

    Add this to quick css:

    #av-layout-grid-4 .no_margin.av_one_third {
        width: 33.4%!important;
    }

    Best regards,
    Jordan Shannon

    #1117154

    That didn’t seem to work.

    #1117415

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1117584

    It’s the only thing in the quick css and I’ve cleared my cache but the white space is still there.

    #1117594

    #top .no_margin.av_one_third {
    width: 33.4%;
    }

    This worked though.

    #1117683

    Hi,
    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1399169

    Hello Enfold team,

    I was also experiencing this issue, and the CSS provided by i9design did fix it. However, I wanted to point out that this is still an issue. I have the “no borders” option selected for my grid row, and everything is styled correctly until I add a link to the entire column. As soon as I do, I get two vertical borders.

    Again i9design’s CSS fixes it, but the bug still exists.

    -James

    #1399270

    Hi,
    Perhaps I’m not understanding how to recreate the issue, I added a grid element with no borders to a page with 3 cells, in each cell I added a column with a column link, and in each column, I added a text element:
    Enfold_Support_463.jpeg
    I added background colors to the grid cells and columns to highlight any borders, but I see none:
    Enfold_Support_465.jpeg
    My test page

    Best regards,
    Mike

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