aligning product in center of page

aligning product in center of page

dvaughn
Excursionist
176 0 9

I'm new to making sites, I'd appreciate assistance on how to put this product from where it is now to the center of the screen for laptop/pc (its already the center for mobile)

aeda2c29-041c-4984-a2bf-cf392f8c89d4.png

My current site is as shown above

AFTER.png

How I want it to look like is shown above

Replies 2 (2)

Moeed
Shopify Partner
4964 1316 1598

Hey @dvaughn 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product-list {
    justify-content: center !important;
    margin-bottom: 0 !important;
}
main#MainContent {
    align-content: center !important;
}
</style>

RESULT:

Moeed_0-1723414638128.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
dvaughn
Excursionist
176 0 9

I've already solved this but thank you very much. I have another question if you could assist me on that would be great. I would like to change my form text color from grey to black.Screens hot 2024-08-12 011048.png