Wider Blog posts Posted in : Empathy joehannouchParticipant 15 April 2016 at 11:36 #30199 Hello, I tried making the blog posts wider on min-width: 992px, but the custom CSS is not working, Please advice on what’s best to make the blog post wider (or min-width:992px). This is the Custom CSS i entered (it looks good in the inspector when i change it so this is the value i want) @media screen and (min-width: 992px) .blog-single .entry-content { max-width: 1200px; } serkanModerator 15 April 2016 at 14:43 #30206 Hi joehannouch, Try to use this custom css code; @media screen and (min-width: 992px) { .blog-single .entry-content, .blog-single .layout-fixed { max-width: 740px; } } Thanks joehannouchParticipant 15 April 2016 at 15:37 #30208 Perfect thanks serkanModerator 15 April 2016 at 16:10 #30210 you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks. chanakyashahParticipant 5 May 2018 at 09:21 #54163 Thanks, however my images stay super wide in this format. Can you please help? All the customs CSS as of now: Are there any conflicting one? .skill-unit .bar .progress { background: #fff; } @media screen and (min-width: 768px) { .home-section h2 { letter-spacing: 2px; } } .social li a { font-size: 30px; } .fun-fact h4 { font-size: 14px; } @media screen and (min-width: 1400px) { .home-section .content>div { margin-bottom: 4em; color: #fff; } } @media screen and (min-width: 992px) { .media-grid .media-cell { width: 25% !important; } } .blog-single .featured-image { display: none; } @media screen and (min-width: 992px) { .blog-single .entry-content, .blog-single .layout-fixed { max-width: 740px; } } serkanModerator 5 May 2018 at 11:08 #54168 Hi @chanakyashah, You can add this custom css code as well. @media screen and (min-width: 992px) { .post .entry-content > p img:not(.alignleft):not(.alignright) { width: 100%; margin-left: 0; } } Thanks Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Empathy - A vCard WordPress Themeby pixelwars Login and Registration Log in · Register