Centralize on desktop view

Centralize on desktop view

Suco
Explorer
117 0 14

IMG_2936.jpeg

 hello , guys I wanna centralize this on desktop view 


https://www.behumblee.com

 

pass-Humblee3030

 

Replies 3 (3)

mrashid
Shopify Partner
297 26 32

@Suco for title center align paste code in base.css

.title-wrapper--no-top-margin {
    justify-content: center;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

mrashid
Shopify Partner
297 26 32

@Suco for icon center align. paste in base.css

@media only screen and (min-width: 768px) {
    .feature-template--17005273481394__ss_feature_1_iNngai .wrapper-box {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

PageFly-Richard
Shopify Partner
4852 1090 1762

Hi @Suco 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.wrapper-box {
display: flex;
}
section#shopify-section-template--17005273481394__collection_list_KqAh63 .title-wrapper-with-link {
justify-content: center;
}
</style>

Also while checking on the page for you to fix the issue, i have some suggestions for your page look more professional 

PageFlyRichard_1-1718153371276.png

 

On the product page, consider highlighting the product price and adding review stars for these products.

Including review stars can enhance customer trust in your product, while highlighting the price will make it easier for customers to locate the product's pricing.

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.