Side Bar Image Position

Posted in: Newspaper
Post count: 186

Hello Support team,

I have placed 2 images on to the side bar from the widgets and both have appeared on the front home page and on the post pages however the top image is not centered like the bottom image any idea? please see screen shot: https://rarestcoins.net/wp-content/uploads/2020/12/3.jpg

Thanks.
Gus

Post count: 35449

Hi GusV, Those are by default set to left, you need to use some settings or code to center them, please provide me a link and I will help you to have both images centered.
Thank you!

Post count: 186

Hi Carlin,

I am not sure which link you want? is it the page that has the issue, or are you asking for my login details.

Thanks.
Gus

Post count: 35449

Please provide me a link to your website where I can inspect the problem.
Than you!

Post count: 186

The link to the page: https://rarestcoins.net/ and the problem is highlighted in the image below. Thanks. Gus

https://rarestcoins.net/wp-content/uploads/2020/12/3.jpg

Post count: 35449

Hi,
This code will set to center all the images set in sidebar -> https://i.imgur.com/skdbKE5.png
.td-main-sidebar .td-ss-main-sidebar .widget_media_image img{
display: block;
margin: 0 auto;
}

You need to set it in theme panel> custom code> custom css.
Hope it will help you!
Let me know the results!

Post count: 186

Hi Carlin,

that worked well.

Thanks.
Gus

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.