THB Posted December 26, 2020 Share Posted December 26, 2020 Site URL: https://www.thomas-blanck.de Hello! Is it possible to choose a different page width for the blog than for the rest of the page? I use 7.1 Thanks in advance for the help. Link to comment
derricksrandomviews Posted December 26, 2020 Share Posted December 26, 2020 This should answer your question: THB 1 Link to comment
THB Posted December 27, 2020 Author Share Posted December 27, 2020 Thanks for the video. The page whose width I want to change is this: https://www.thomas-blanck.de/blog Link to comment
derricksrandomviews Posted December 27, 2020 Share Posted December 27, 2020 I think it may be easer to change the width of the images as opposed to the page itself., the look will be the same since it is a white background. Link to comment
THB Posted December 27, 2020 Author Share Posted December 27, 2020 3 hours ago, derricksrandomviews said: I think it may be easer to change the width of the images as opposed to the page itself., the look will be the same since it is a white background. But how can I change the width of the thumbnails? Link to comment
derricksrandomviews Posted December 27, 2020 Share Posted December 27, 2020 (edited) section[data-section-id="5e501cba57b1b12af5a73d4d"] .content-wrapper { padding-left: 2vw !important; padding-right: 2vw !important; width: 100% !important; max-width: initial !important; } The above will max out the whole page, hopefull in cusom css. Edited December 27, 2020 by derricksrandomviews Link to comment
tuanphan Posted December 30, 2020 Share Posted December 30, 2020 On 12/27/2020 at 3:40 PM, THB said: Thanks for the video. The page whose width I want to change is this: https://www.thomas-blanck.de/blog Add to Custom CSS @media screen and (min-width:768px) { .blog-basic-grid.collection-content-wrapper { width: 90%; } } THB 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
THB Posted December 31, 2020 Author Share Posted December 31, 2020 Thank you tuanphan, this is exactly what I was looking for. Link to comment
THB Posted December 31, 2020 Author Share Posted December 31, 2020 On 12/30/2020 at 8:24 AM, tuanphan said: Add to Custom CSS @media screen and (min-width:768px) { .blog-basic-grid.collection-content-wrapper { width: 90%; } } It works, but also affects the mobile view. It doesn't look good there, too bad ... Link to comment
tuanphan Posted January 2, 2021 Share Posted January 2, 2021 The code runs on desktop/tablet only. Did you edit anything in above code? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
THB Posted January 2, 2021 Author Share Posted January 2, 2021 Many Thanks! I made a mistake. But now it works very well. Even on the cell phone. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment