Featured Image Dimensions tdeditor theme
-
When I upload a featured image for the menu tab such as the ” About us” menu located here http://piedmontbs.com/about/ the image spans across the entire page. Is there a css code that can make this image smaller in width?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I took a look at your site and this would be the best I can do. It is on the parent element of the image stuff. The inner divs are using position: absolute; so I can’t center the image within the overall. That is why I had to go to the overall parent div.
#single-featured-img-container { max-width: 1135px !important; overflow: hidden; margin-left: auto; margin-right: auto; }
- The topic ‘Featured Image Dimensions tdeditor theme’ is closed to new replies.