Site logo

Archived topic

Marketer theme - unwanted border to right of featured image on mobile

3 replies · Started by Liam on March 7, 2022

Viewing posts 1–4 of 4

Hi there,

I've used the Marketer theme from the Site Library for a site I'm working on (details provided in the private area)

When I set the featured image to not have any padding, there is always a white border to the right of the featured image on mobile (screencast included in the private area shows this in the mobile emulator view in Customizer, but I've checked it on my iPhone too and I'm getting the same result).

Please can you let me know how to correct this?

Thanks.

Hi Liam,

You have this custom CSS on your site's Appearance > Customize > Additional CSS :

.inside-article, .sidebar .widget, .comments-area {
    border-right: 2px solid rgba(0, 0, 0, 0.07);
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgb(232 234 237 / 50%);
}

You can remove the border-right and border-bottom property.

Ahh great, thanks Elvin! Don't know how that got there but I've removed it now - problem solved.

No problem. Let us know if you need further help. :D

This archived topic is closed to new replies.