Prestige Theme Re: How can I make social media icons much larger and under a footer section

I’d like to achieve this look and also make the icons larger.

So far I’ve tried the following codes with no luck/change

:

.Footer__Inner span.Icon-Wrapper--clickable {
    font-size: 24px;
}
.Footer__Social {
font-size: 30px; 
}

.Icon {
     width: 22px !important;
    height: 22px !important;
}
.Footer__Social.HorizontalList svg.Icon {
    height: 2rem;
    width: 2rem;
}

shop link is modifiedsix.com

  • Here is the solution for you @ModifiedSix
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media only screen and (max-width: 600px) {
.social-media--list {
    position: absolute !important; 
    flex-wrap: nowrap !important;
    bottom: 225px !important;
    right: 300px !important;
}
.social-media--list svg {
    width: 30px !important;
    height: 30px !important;
}
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hey BSSTeklabs, I’ve pasted it exactly as so, but nothing has changed when previewing.

@media only screen and (min-width: 600px) {
.social-media--list {
    position: absolute !important; 
    flex-wrap: nowrap !important;
    bottom: 225px !important;
    right: 300px !important;
}
.social-media--list svg {
    width: 30px !important;
    height: 30px !important;
}
}

can you try this code again

Hey isn’t that the same exact code? none the less added it and no change on the homepage

Please check your website again.

I appreciate you heavily thank you bss, I’ve been stumped with this for weeks. Not sure why it took a while to show up on the live page my apologies. Have an amazing day

Glad to help you. Have a good day.