Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Hello I would like to enlarge the social network icons in the footer on the Spotlight theme? Do

Solved

Hello I would like to enlarge the social network icons in the footer on the Spotlight theme? Do you

Rogoul
Tourist
6 1 3

Bonjour
je souhaite agrandir les icônes des réseaux sociaux en pied de page sur le thème Spotlight ?
Avez-vous une solution?

Accepted Solutions (4)
Made4uo-Ribe
Shopify Partner
9094 2173 2683

This is an accepted solution.

Thanks for the info. 

Im not sure how much size you like but you can increase/decrease  the size.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "component-list-social.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.list-social__item .icon {
    height: 5rem;
    width: 5rem;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1697831865465.png

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Rogoul
Tourist
6 1 3

This is an accepted solution.

Great, thanks. Works very well 👌

At the same time, is it possible to reduce the spacing between each option in the footer menus on mobile ? The spacing between CONTACT, FAQ, etc. ... is too wide.

View solution in original post

Made4uo-Ribe
Shopify Partner
9094 2173 2683

This is an accepted solution.

Try this one. If you like to decrease/increase you can adjust ther sizes. 

Same Instruction.

h2.footer-block__heading.inline-richtext, .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in,
ul.footer-block__details-content.list-unstyled {
    margin-bottom: 1rem !important;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin-top: 1rem;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    margin: 2rem 0;
}

And Save. 

Result:

Made4uoRibe_0-1697874101381.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Made4uo-Ribe
Shopify Partner
9094 2173 2683

This is an accepted solution.

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    flex: auto;
}
.footer-block--newsletter {
    position: absolute;
    right: 25%;
}
}
@media only screen and (max-width: 749px){
.footer-block--newsletter {
    align-items: flex-start;
    margin-top: 0rem !important;
}
.footer-block.grid__item, .footer-block__details-content {
        margin-bottom: 0px !important;
    }
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699308122409.pngMade4uoRibe_1-1699308133977.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
9094 2173 2683

Hi @Rogoul 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Rogoul
Tourist
6 1 3

Ok thanks

 

https://www.gotin.fr/

GOTINSHOP 

Made4uo-Ribe
Shopify Partner
9094 2173 2683

This is an accepted solution.

Thanks for the info. 

Im not sure how much size you like but you can increase/decrease  the size.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "component-list-social.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.list-social__item .icon {
    height: 5rem;
    width: 5rem;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1697831865465.png

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Rogoul
Tourist
6 1 3

This is an accepted solution.

Great, thanks. Works very well 👌

At the same time, is it possible to reduce the spacing between each option in the footer menus on mobile ? The spacing between CONTACT, FAQ, etc. ... is too wide.

Made4uo-Ribe
Shopify Partner
9094 2173 2683

This is an accepted solution.

Try this one. If you like to decrease/increase you can adjust ther sizes. 

Same Instruction.

h2.footer-block__heading.inline-richtext, .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in,
ul.footer-block__details-content.list-unstyled {
    margin-bottom: 1rem !important;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin-top: 1rem;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    margin: 2rem 0;
}

And Save. 

Result:

Made4uoRibe_0-1697874101381.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Rogoul
Tourist
6 1 3

Vous êtes un chef 🫡

Rogoul
Tourist
6 1 3

Vu que tu es un bon, j'ai un dernier soucis avec l'icône Facebook. J'aurais aimé qu'il soit placé en version mobile et ordinateur comme sur les captures d'écran 🤔

1000012819.png

1000012820.png

Made4uo-Ribe
Shopify Partner
9094 2173 2683

This is an accepted solution.

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    flex: auto;
}
.footer-block--newsletter {
    position: absolute;
    right: 25%;
}
}
@media only screen and (max-width: 749px){
.footer-block--newsletter {
    align-items: flex-start;
    margin-top: 0rem !important;
}
.footer-block.grid__item, .footer-block__details-content {
        margin-bottom: 0px !important;
    }
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699308122409.pngMade4uoRibe_1-1699308133977.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Rogoul
Tourist
6 1 3

Salut

Franchement, tu es vraiment d'une grande aide. Un peu comme mon ange gardien shopify. 👌

Après plusieurs recherches, je ne trouve aucune solution pour arriver au résultat comme sur la photo. Peux-tu m'aider à réaliser cette configuration pour mes réseaux sur mon site. Image plus lien texte. Bien évidemment, il faudrait que cela soit adapté en version mobile comme en version ordinateur. Merci d'avance.

1000013106.png