Solved

Can I center the copyright and move images in Shopify?

FindWorld
Pathfinder
145 6 73

hello community, good afternoon.

First I would like to thank you for all the help you have given me.
Thank you very much, I am enjoying my store.

Now I need one more help, I've tried it and I'm not getting it at all.

I would like to move only the copyright to the center and move the Boleto Bancario image to the side of Mercadopago.

FindWorld_1-1625345472235.png

Could you help me, please? Thanks

My store: findworld.com.br
Password: edit321

Accepted Solution (1)
suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

also this for images

 

 

.newsletter-images {
    display: block;
    float: left; margin-bottom: 0;
}

.newsletter-images2 {
    display: block;
    float: left;
    margin-left: 10px;
}

.newsletter-images3 {
    margin-top: 0;
}

 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

View solution in original post

Replies 13 (13)

suyash1
Shopify Partner
9077 1129 1479

@FindWorld - add this css to the very end of theme.css file and check , this will make text in center, but to make images side-by-side, code editing is needed as it has html <br> tag which breaks line to put image on next line

.site-footer-item-tall{float: none;  margin: 0 auto;}

.site-footer-item-tall .site-footer-item-center-vertically{text-align: center;}

 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
FindWorld
Pathfinder
145 6 73

Hello friend, thanks for the help.

I can remove <br> now, if I remove can you put it beside it? Thanks

And this code was like this, can you tell me if it is possible to move the social media?



FindWorld_0-1625371973656.png

 

suyash1
Shopify Partner
9077 1129 1479

@FindWorld - with css changes it is possible to move everythnig, but before that check if you have options to do so from customizer

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
FindWorld
Pathfinder
145 6 73

It is not possible to adjust by the customizer, I removed the code you sent and it remains so without the <br>

 

FindWorld_1-1625372282079.png

 

suyash1
Shopify Partner
9077 1129 1479

@FindWorld - oh wait please remove that code, I by mistake used other class, 2 min please

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
suyash1
Shopify Partner
9077 1129 1479

please try this 

.site-footer .site-footer-item-align-right {text-align: center;}
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
FindWorld
Pathfinder
145 6 73

It was aligned friend, thank you very much.

About the image, I removed the <br> now is it possible to move it through the css? @suyash1 

suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

also this for images

 

 

.newsletter-images {
    display: block;
    float: left; margin-bottom: 0;
}

.newsletter-images2 {
    display: block;
    float: left;
    margin-left: 10px;
}

.newsletter-images3 {
    margin-top: 0;
}

 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
FindWorld
Pathfinder
145 6 73

ohh, it was almost perfect friend, thanks @suyash1 

 

FindWorld_0-1625372705117.png

 

FindWorld
Pathfinder
145 6 73

perfect friend, thank you very much, helped me a lot. @suyash1 

suyash1
Shopify Partner
9077 1129 1479

@FindWorld - welcome, if you need anything you can contact me on email given below. 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
FindWorld
Pathfinder
145 6 73

Friend, I would like to leave it like this, can you tell me if it is possible? Sorry to disturb you. @suyash1 

FindWorld_0-1625373138616.png

at the moment it is like this

FindWorld_1-1625373158872.png

 

 

FindWorld
Pathfinder
145 6 73

I added the code you sent and removed the <br>, it was like this @suyash1 

FindWorld_0-1625372062798.png