Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Where are you making your changes?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try getting rid of that background image and use CSS instead;
.article-corps {
-moz-box-shadow: 0 0 10px #aaa;
-webkit-box-shadow: 0 0 10px #aaa;
box-shadow: 0 0 10px #aaa;
background: white;
}
Thread Starter
DDB
(@ddb)
There used to be a sidebar there but I wanted my text to be wider so the page wasn’t so long.
I didn’t consider it being an image. Can you find the part where it is so I can increase the width?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You can’t increase the width of it, it’s an image: http://www.drivewaydealsbookstore.com/wp-content/themes/redbel/images/article_sprite.png
What you are seeing is the right-half of the image – http://awesomescreenshot.com/03a1lcrddf – Try using an image manipulation tool to increase the width.
Thread Starter
DDB
(@ddb)
I’m thinking the solution is to download it, crop & resize it, and upload it. Why does the .png picture look so different from the one on my site? I don’t understand how WordPress is able to take that image and convert it so cleanly.