Footer customization - how to move left right/up down logos/icons?

Solved

Footer customization - how to move left right/up down logos/icons?

lanybucsusok
Tourist
5 1 5

I have added and moved 2 different icons to the centre and next to each other by inserting a code into the Custom CC in the Footer section. However, I have added a third icon which now I am trying to move to the right and to the same level as the previous two icons but I cannot manage. I have reached out to the Shopify Help Centre, but they are not able to do it either, even though they did the code for the first two icons. Do you know how to easily use a code to move the icons around? 

Accepted Solutions (3)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hello @lanybucsusok 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

@media only screen and (min-width: 600px) {
.payment-foxpost {
    width: 120px;
    position: relative !important;
    bottom: 142px !important;
    left: 213px !important;
}
}

Can you try replace to this code @lanybucsusok 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

lanybucsusok
Tourist
5 1 5

This is an accepted solution.

ohhh myy!!!!! It worked!!!!!!! Thank you sooo muchhh!!!! ❤️ ❤️ 

View solution in original post

Replies 9 (9)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hello @lanybucsusok 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lanybucsusok
Tourist
5 1 5

lanybucsusok.hu
what is the access password? you mean the actual password for the shopify login?

BSS-TekLabs
Shopify Partner
2401 695 831

BSSTekLabs_0-1724335382414.png

 

Do you want like that @lanybucsusok ?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lanybucsusok
Tourist
5 1 5

Yes, I would like the Foxpost logo to be set next to Teya and MPL icons. 

BSS-TekLabs
Shopify Partner
2401 695 831

- Here is the solution for you @lanybucsusok 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- 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) {
.payment-foxpost {
    width: 120px;
    position: relative !important;
    bottom: 142px !important;
    left: 213px !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1724335856466.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lanybucsusok
Tourist
5 1 5

It didnt work 😞 I copied the code in the base.css exactly as it was above but nothing changed.

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

@media only screen and (min-width: 600px) {
.payment-foxpost {
    width: 120px;
    position: relative !important;
    bottom: 142px !important;
    left: 213px !important;
}
}

Can you try replace to this code @lanybucsusok 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lanybucsusok
Tourist
5 1 5

This is an accepted solution.

ohhh myy!!!!! It worked!!!!!!! Thank you sooo muchhh!!!! ❤️ ❤️ 

BSS-TekLabs
Shopify Partner
2401 695 831

Glad to help you. Have a good day @lanybucsusok 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now