• Resolved mikael2455

    (@mikael2455)


    Hello,

    The background image in post grid doesn’t display on the full width. There is a small empty gap on each side. It looks fine on the edit page though.

    it is visible at the bottom of the column on the right on the linked page.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support BSF- Mohsin Ghouri

    (@mohsinbsf)

    Hi @mikael2455,

    Thanks for getting in touch with us.

    I have tried on my installation and it is working fine, here is the reference video: https://d.pr/v/VPBn5R

    Please let me know the missing step so that I can replicate the issue.

    Looking forward to hearing from you.

    Have a nice day!

    Thread Starter mikael2455

    (@mikael2455)

    Thanks for the reply, I tried again elswhere on the site and it works fine.

    It’s only on this instance, maybe it’s because it is in a two column container? Within another nested container? Could you try that?

    Also if you refresh the page, you can see that the post grid display full width initially but the white bars get added around 500 ms after. Could that be a hint as to what causes the issue?

    Hello @mikael2455

    Temporarily try this CSS:

    .uagb-post__image {
    width: 100%!important;
    margin-left: 0!important;
    }

    Plugin Support BSF- Mohsin Ghouri

    (@mohsinbsf)

    Hi @mikael2455,

    Can you please check by clearing all the caches and also if you are using any cache plugin, please disable it just for the testing purpose.

    Please try and let me know how it goes.

    Have a nice day!

    Thread Starter mikael2455

    (@mikael2455)

    @mohsinbsf I cleared the browser cache and I don’t have any caching plugin on the site. This didn’t make any difference.

    @babiskalogirou this works somewhat but it enlarges the post images everywhere on the page. I just want to full width the post’s images in the column on the right.

    babiskalogirou

    (@babiskalogirou)

    Go to the specific container, then Advanced > More, and add a CSS class (let’s say right-post-grid). Afterwards use the updated code:

    .right-post-grid .uagb-post__image {
    width: 100%!important;
    margin-left: 0!important;
    }

    Thread Starter mikael2455

    (@mikael2455)

    @babiskalogirou wow you’re good, it works! thanks man.

    It’s weird that it behaved that way on this specific place, and I haven’t been able to figure out why. But this trick worked so it’s all good.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Background image in post grid’ is closed to new replies.