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

    Hi,

    I have a three column masonry grid on a black background and it’s almost as if the overlay doesn’t fit. It looks untidy.
    Please see attached link and screen grab.

    Is there some quick css to fix this?

    Thanks

    #806468

    Hey jonrouse,

    I can’t see that problem when checking using Chrome, in what browser are you seeing that?

    Best regards,
    Rikard

    #806800

    Hey Rikard,

    I’m seeing it in Safari, and to a lesser extent Firefox,

    Cheers
    Jon

    #806871

    Hi Jon,

    Thanks for the feedback, I can’t see the problem in Safari either on my end using Safari/OSX. What is your setup in regards to screen size/OS/browser version?

    Best regards,
    Rikard

    #806874

    I’m on a 27″ iMac running 10.8.5 and Safari 6.2.8 – not the most up to date setup, but I have noticed the same issue in Safari on my own personal machine at home, which is newer machine running the latest stuff.

    It’s not a huge problem, it just feels like a bit of a blemish on the site if you know what I mean.

    #807512

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 1400px) {
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        width: 101%;
    }}

    Best regards,
    Yigit

    #807591

    Thanks Yigit,
    I tried that, but it doesn’t help.

    I was doing a little digging around and changing the Main Content Background Colour to black instead of white eliminated the problem temporarily.
    Sadly, I can’t keep it like this because it won’t work with the rest of the site.

    Thanks for getting back to me though,

    Cheers.

    #807983

    Hi,

    Please try changing the code to following one

    @media only screen and (min-width: 1400px) {
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        width: 102%!important;
        height: 102%!important;
    }}

    Best regards,
    Yigit

    #809034

    Thanks Yigit, all I’m getting is that it slightly increases the size of the text.

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