Hi
Does anyone know how i can move my social media icons at the bottom of my homepage and also make them bigger? If there is a code for this can you please let me know what and where to put it
Thanks in advance!
here is the preview url link
Hi
Does anyone know how i can move my social media icons at the bottom of my homepage and also make them bigger? If there is a code for this can you please let me know what and where to put it
Thanks in advance!
here is the preview url link
Hi @Self1007 ,
I see the social media icons on your footer? Is that the one you are talking about? I manage to just lessen the space. See image below
Please follow the instructions below
.footer .footer__content-top.page-width {
padding-bottom: 0;
}
.footer .footer__content-bottom {
padding-top: 0;
}
.footer svg.icon {
transform: scale(2);
}
Thank you for your reply
Yes they are the icons i am talking about
I see some website have them higher up on the footer - so they would sit under the headinG FOLLOW US
one below the other
That us what i am wanting to do
Is this possible to change with a code?
Thanks in advance
Hi,
Can you try this code
Note: you can change the number values in the code to resize according to your choice, change the value on both lines
.list-social__item .icon {
height: 4rem !important;
width: 4rem !important;
}