Tagged: x
-
AuthorPosts
-
May 16, 2016 at 2:13 pm #994186
bbbutlerParticipantI am new to wordpress and I do not know code or child themes. There must be a way to make the blog featured image smaller. It’s so overwhelming when you go to my blog. Please help.
May 16, 2016 at 4:00 pm #994386
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.single-post .entry-featured { float: left; margin-right: 1%; width: 40%; }Hope that helps.
May 16, 2016 at 4:06 pm #994391
JoaoModeratorHi There,
Go to Appereance / Customizer / Custom / CSS and add the following code:
/*This sets the maximum width , position and adds a border on all POST Featured Images*/ .blog .entry-featured { position: relative; padding: 5; width: 250px; float: none; margin: 20px auto; } /*This sets the maximum size and centers all POST Featured Images*/ .single .entry-featured { position: relative; padding: 5; width: 600px; float: none; margin: 20px auto; } /*This sets the maximum size and centers all PAGE Featured Images*/ .entry-featured { position: relative; padding: 5; width: 750px; float: none; margin: 20px auto; }Once you have the code pasted you also can play with the px values in the code to adjust it according to your taste.
Let us know if you don“t understand something or need help with anything.
Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-994186 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
