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

    I updated the parent theme to 4.8.2 and the custom grid border color is missing on the pages where that feature is used. Below is an example. I checked and under “Styling” > “Border Colors”, “Custom Grid Border Color” is still set to #ffffff, but it’s not showing up between the grid containers. Any help would be great. Thanks!

    https://www.hetronic.com/transmitters/mfshl/ergo-s-mfshl/

    #1300236

    Hey NicomIT,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1300316

    Sure thing Rikard.

    Btw… this is the same website you replied to my support request related to the WPML issue with links on images and buttons.

    #1300863

    Hi,

    Sorry for the late reply. I’m not sure what is going wrong on your installation, since I can’t reproduce it on a test installation. Please try this in Quick CSS, to see if it helps:

    .avia-icongrid-flipbox li .avia-icongrid-front {
        height: 99.9%;
        width: 99.6%;
    }

    Best regards,
    Rikard

    #1301202

    Thanks Rikard. That added vertical borders between the columns, but not the horizontal border between the top and bottom rows.

    #1301505

    Hi,

    Thanks for the update. Please try this CSS instead:

    .avia-icongrid-flipback {
        width: 99.5% !important;
        left: 0px;
        top: -1px;
        margin: 1px;
    }
    
    .avia-icongrid-flipbox li .avia-icongrid-front {
        height: 99.1%;
        width: 99.3%;
    }

    Best regards,
    Rikard

    #1301699

    That looks like it did the trick. Thanks Rikard!

    #1301900

    Hi,

    Great, I’m glad that you got it working, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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