Changing the Featured Image Size Obsidian Theme
-
Hi all,
I need some help with the code for changing the size of the featured image on the record archives page (the Stylist page on my site) with the Obsidian theme.Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, you didn’t mention if you wished them to be larger or smaller. This can be a challenge to do, and which way you wish to go will dictate how we do it.
-
-
Please consider stating exactly what size you are aiming for, to avoid wasted time on back and forth communication.
-
-
Hi @nicolemjsaloncom, right now on screen, with my browser window set wide, the images on the Stylists page are measuring 350px square. The original images are 530px square, but the overall container div for each is set to 33% width. The best way to do this is to change the overall content max-width on this specific page by using the unique page CSS class set in the opening body HTML tag on this page. This would be the CSS to do that.
.page-id-54 .site-content { max-width: 800px; }You can adjust the 800px max-width I’ve used as desired. It was originally 1100px.
- The topic ‘Changing the Featured Image Size Obsidian Theme’ is closed to new replies.