Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #165522

    Hi

    I have a strange issue where when I first load up the page, it often loads up the icon boxes correctly like in the picture below:

    http://i.imgur.com/iWsWcUM.png

    However after scrolling up and down the page the bottom line on the icon boxes suddenly disappears, leaving it looking like this:

    http://imgur.com/m8ZmNGX

    How can I fix this?

    Thanks,
    Rob

    #165591

    Hi RevolutionGroup!

    Can you post the link so we can inspect elements on live website?

    Cheers!
    Yigit

    #165595

    Hi Yigit

    Thanks for you reply.

    Here’s a link ot the site: http://tinyurl.com/qae7m8y

    Thanks,
    Rob

    #165601

    Hey Rob!

    Which browser are you using? You can try adding following code to Quick CSS as well

    .iconbox_top .iconbox_content { box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3)!important; }

    Regards,
    Yigit

    #165607

    Hi Yigit

    I’m using IE10.

    Ok thanks. I will give it a go and get back to you.

    Thanks,
    Rob

    #165754

    Hi Yigit

    I tried adding that bit of code but it doesn’t seem to have made any difference.

    Thanks,
    Rob

    #165862

    Hello!

    I will try to reproduce it in the meantime you can use following code as a temporary solution

    .iconbox_top .iconbox_content { box-shadow: none; border: 1px solid #f1f1f1; }

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Icon Box Bottom Line Dissapearing’ is closed to new replies.