Hi,
i am trying to reduce different space between section such as in this image.
Between Décuvre les produits d’entrperises et d’Artisans 100% québécois qu’on a sélectionnés et testés pour toi Mama ! and the icons.
Hi,
i am trying to reduce different space between section such as in this image.
Between Décuvre les produits d’entrperises et d’Artisans 100% québécois qu’on a sélectionnés et testés pour toi Mama ! and the icons.
Hi @Lesparentales !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please share page URL so that I can inspect and send code accordingly
Best Regards;
PageFly
Hi @Lesparentales !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please paste this code at the bottom of theme.css under assets in theme code files
@media only screen and (min-width: 768px)
.icons-row__slider {
margin-top: -64px !important;
}
You can change px as you want
Like this;
Best Regards;
PageFly
Thanks
It doesnt work the space between the discover phrase and Top of the icon doesnt go smaller ? i also would like the discover phrase to be on 2 lines wider than now is that possible ?
that code that is similar was already at the end dont know if it hcanges something :
@media only screen and (max-width: 767px){.logo-list__slide p{width: 180px;
display: block;
white-space: normal;
line-height: 130%;}}
Hi @Lesparentales ,
Go to Assets > theme.css and paste this at the bottom of the file:
#RichText--template--15476847575210__1662606038eecf57ce {
padding-bottom: 0 !important;
}
#RichText--template--15476847575210__1662606038eecf57ce .wrapper--small {
width: var(--site-width) !important;
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.