Sidebar forcing fullwidth images on homepage

The site is https://duvalmixtape.com. It’s making my sidebar images stretch to the full width of the container on the homepage but not on the rest of the pages. When I inspect it in chrome I see where it’s adding a width: 1000% to img but I can’t figure out how to change that to 100%.

Hello There,

Thanks for writing in!

You are having this issue because you have added this custom css in X > Theme Options > Custom css:

img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:1000%;
}

Please modify the code and make it 100% only.

Kindly let us know how it goes.

I have some code in the custom css but I don’t have anything related to the img css. I tried adding that code in but it still didn’t work.

Hey There,

​To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Thank you.

It seems like it was something with that particular page. I just ended up rebuilding that page and it’s working ok now. Thanks for looking at it though.

Great!
It’s good to know that you have figured out a way to resolve the issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.