MKNL Posted April 18 Posted April 18 I spend an hour searching but all I can find is CSS or Pencil but in the current editor that does not seems to exist/ work anymore. I would like to remove/make smaller the margin between sections as visible for example on https://www.markkuipers.nl/portfolio/interieur Preferable on the whole site at once.. but if possible/necessary on 1 page or between certain sections
justinjamesclack Posted April 18 Posted April 18 What is the url for your website? You can just change the gap between sections by editing the sections and customising the height of the section. You can completely remove the margin, by turning off the fill screen (see image below) and then adjusting all the content of each section to suit.
MKNL Posted April 18 Author Posted April 18 (edited) Thanks. The URL is in my opening post 🙂 But maybe it's blocked? https://www.markkuipers.nl/portfolio/interieur or click this link When I edit a section I do not see that height/alignment. It's an image section with a gallery. Edited April 18 by MKNL
justinjamesclack Posted April 18 Posted April 18 33 minutes ago, MKNL said: Thanks. The URL is in my opening post 🙂 But maybe it's blocked? https://www.markkuipers.nl/portfolio/interieur or click this link When I edit a section I do not see that height/alignment. It's an image section with a gallery. Try this code, but mess around with the padding line of code. And just so you are away the padding figures go from top > right > bottom > left. Top (1vw) - Right (4vw) - Bottom (1vw) - Left (1vw) .gallery-grid[data-width="inset"] { max-width: 1920px; padding: 1vw 4vw 1vw 4vw; margin-left: auto; margin-right: auto; }
MKNL Posted April 18 Author Posted April 18 I feel so stupid (and that the editor is not here what it is on some tutorials does not help) ..... where do i put this code? Website tools > css? If I do it like in this screenshot nothing happens
justinjamesclack Posted April 18 Posted April 18 1 hour ago, MKNL said: I feel so stupid (and that the editor is not here what it is on some tutorials does not help) ..... where do i put this code? Website tools > css? If I do it like in this screenshot nothing happens Try adding !important in the padding line of code
justinjamesclack Posted April 19 Posted April 19 On 4/18/2024 at 12:55 PM, justinjamesclack said: Try adding !important in the padding line of code Has this worked?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment