Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I use the Vantage theme.
I need to increase the width of the whole page, including the sidebar. How can I change the page width?
Thank you for your help. George
Hi George
You can try the snippet here Page: CSS Snippets and see if that helps. Adjust as required.
Hi,
I changed the width of the page using CSS:
.full-container {
max-width: 1220px !important;
}
The page width has changed, but the featured image width has not changed. The featured image is smaller than the width of the page. Example: https://www.hcnachod.cz/2020/10/03/osmnact-branek-novemu-mestu-mladsi-zaci/
How can I enlarge a featured image to the same width as the page width?
Thank you for your help. George
Hi George
Glad to hear you’re making progress. There shouldn’t be a restriction on the single post page. Perhaps try running https://wordpress.org/plugins/regenerate-thumbnails/ and see if there is any change.
Hi,
thank you for your answer.
I installed and ran the Regenerate Thumbnails plugin, but the change did not happen.
Thanks for trying, looks like I was checking the wrong part of the theme’s code. Please, try the following:
From PluginsAdd New, search for and install a plugin called Simple Image Sizes. The author’s name is Rahe. The plugin page can be found at https://wordpress.org/plugins/simple-image-sizes/.
Once activated, you should be able to change the thumbnail dimensions from Media. Here is the line item to change https://imgur.com/rWadGFt.
Great.
It helped me.
Thank you.
Super, glad to hear you’re making progress.