Featured image too big in front page
Hi,
The size of Featured image is too big in front page. How could I adjust it?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Hi,
The size of Featured image is too big in front page. How could I adjust it?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3I can send you print screen by email
Update: I recognize the problem. It is the featured image via URL. If I use page builder to upload featured image it can be solved.
Is there any method to use URL to upload ? ( I am using Vintage premium
Hi William
It’s possible to use CSS to set a max size for featured images, insert the following under Appearance > Custom CSS and adjust as required:
/* Set a max-width for the single post and archive featured image */ .single .entry-thumbnail img { margin-right: auto; margin-left: auto; max-width: 50%; } article.post .entry-header .entry-thumbnail img { margin-right: auto; margin-left: auto; max-width: 50%; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.