Is it possible to make all gaps the same height as the gaps with the yellow brushes in it? That would make it look way nicer, because now they are all difference sizes
The border line with the blue brushes is not the same size as the one below is that possible?
@made4Uo Don’t be confused but I removed the ‘Klantbeoording’ collum on mobile view! But that doesn’t change anything about the questions below tho! I hope you can help me with those! (or someone else reading this)
Sorry for the delay. I was affected with the shopify down system. Add the code below in our code (code in red). You can change it pixels too. I think 2.5rem is perfect. See the complete code below
In your duplicated code, Click Actions, then Edit code.
Find the Asset folder and open the theme.scss file
Paste the code below at the very bottom of the page @media screen and (max-width: 600px){ #shopify-section-footer > div > footer > div > div.grid > div.box.box-1.box-first.layout-4.menu{
width: 50% !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-1.box-first.layout-4.menu > ul {
border-bottom: none !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-2.layout-4.menu {
width: 50% !important;
border-bottom: none !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-2.layout-4.menu > ul {
border-bottom: none !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-3.layout-4.social {
border-top: 1px solid #bfbfbf;
}
#shopify-section-footer > div > footer > div > div.grid > div.box.box-3.layout-4.social > h4{
margin-top: 2.5rem;
}
}
I made some changes. Please duplicate your theme prior to this. Can you put the code. I will adjust the margin. Your middle border line is way on the left. I would like to fix it
In your duplicated code, Click Actions, then Edit code.
Find the Asset folder and open the theme.scss file
Paste the code below at the very bottom of the page @media screen and (max-width: 600px){
footer.site-footer .box {
margin: -5px 0;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-1.box-first.layout-4.menu{
width: 50% !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-1.box-first.layout-4.menu > ul {
border-bottom: none !important;
}
footer.site-footer .box>:last-child {
padding-bottom: 1rem;
}
#shopify-section-footer > div > footer > div > div.grid > div.box.box-2.layout-4.menu {
width: 50% !important;
border-bottom: none !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-2.layout-4.menu > ul {
border-bottom: none !important;
} #shopify-section-footer > div > footer > div > div.grid > div.box.box-3.layout-4.social::before{
content: ‘’;
border-Top: 1px solid #bfbfbf;
}
#shopify-section-footer > div > footer > div > div.grid > div.box.box-3.layout-4.social > h4{
margin-top: 20px !important;
}
.site-footer .grid .box.box-3 .contact-form .input-row {
margin-bottom: 30px !important;
}
}