jonny1182 Posted April 8, 2023 Posted April 8, 2023 I am having issues with what should be pretty simple to code. I have two pages on my site I would like to align with my site. I tried using some code, however, I am having issues when displayed on larger screen displays. 1. https://www.jonathansage.de/work I would like the portfolio projects to align with the site. Using "inset" is too narrow and the full site option is too wide. My site is 1400px and the margins are 12vw. When the site page is less than 1400px + 12vw, the margins align correctly. When the page is displayed on large displays (or higher resolution) it looks as if the portfolio projects remain at 12vw and the rest of the site (logo, etc) stays at 1400px. I need the portfolio projects to also remain at 1400px. Can anyone assist here? I would be most grateful. 2. https://www.jonathansage.de/news Same issue here where I have used a Simple List (Add block > Portfolio > Change Design from Carousel to Simple List). Custom CSS would be appreciated. I don't have access to individual page coding.
Solution tuanphan Posted April 12, 2023 Solution Posted April 12, 2023 Add to Design > Custom CSS /* Work Page */ @media screen and (min-width:2000px) { body#collection-62d034e858eef73e52673bbc div#gridThumbs { max-width: 1400px; padding-left: 0; padding-right: 0; } .user-items-list-item-container[data-section-id="640f172f12df2a09715b0c38"] { max-width: 1400px; } } jonny1182 and LuisaLuisa 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment