Hello,
I would like to move the social media icons so they will be positioned just below the 4th column in the footer Menu.
So, the social media icons will be positioned just below the Menu Item “Conecte-se conosco”
Site URL is https://porsche-rj-8273.myshopify.com/
Thanks
Add this CSS code to base.css file
@media screen and (min-width: 750px){
.footer-block--newsletter {
position: absolute;
right: 148px;
top: 5px;
}
.footer__content-top {
position: relative;
}
}
Hi Dan,
I made a small adjustment and it is ok .
Thanks !
@media screen and (min-width: 750px){
.footer-block–newsletter {
position: absolute;
right: 58px;
top: 5px;
}
.footer__content-top {
position: relative;
}
}
1 Like
Actually, 148px was correct.
I was not testing it in the browser…
Thanks.