Solved

Why aren't all elements centered on my Shopify page?

Anonymshop
Explorer
82 0 17

Hello there, i really need help here.

As you can see, not all elements are in the middle, which is very annoying!

I am very grateful for any help!!

 

Screenshot (64).png

Accepted Solution (1)
diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@Anonymshop 

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

.grid__item.myaccount__account-details{ padding: 0 !important; }


Before code:
before1.jpg

After:

after1.jpg

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Replies 7 (7)

Brie
Shopify Staff
571 48 113

Hi, @Anonymshop!

Are you using a free Shopify theme or a third party theme? Have you done any custom coding on that page, and can you please share a link to your store? Cheers.

Brie | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

Anonymshop
Explorer
82 0 17

Hi Brie,

thank you very much for your answer.

We use the Shopify Debut Theme, with the app "Customer Profile Editor" which causes the problem to occur.

This app lets our customers edit their data and that is why we would like to keep it.

However, as you have already seen, the fields of this extension are not centered.

I will send you the shop url and password privately. (How can I contact you?)

As information: The page on which the problem is is the customer account page.

Many thanks for your help!

diego_ezfy
Shopify Partner
2935 562 883

Hello,

Thank you for your question.

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

I'll help you to the best of my ability.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

Anonymshop
Explorer
82 0 17

Hi Diego,

many thanks for your response.
We send the information privately.

Many thanks for your help!

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@Anonymshop 

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

.grid__item.myaccount__account-details{ padding: 0 !important; }


Before code:
before1.jpg

After:

after1.jpg

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

Anonymshop
Explorer
82 0 17

Thank you very very much, it worked.

And thank you for taking the time!

diego_ezfy
Shopify Partner
2935 562 883

@Anonymshop 

You're welcome!

Since you're using Debut, you may want to check my tutorials about how to add swipe/arrows to your product images and how to add a sticky navbar, they're exclusively for the Debut theme so it may be helpful to you. 

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.