Need help in centering the logo and text on a custom liquid

Solved

Need help in centering the logo and text on a custom liquid

Jiwya
Excursionist
29 0 10

Jiwya_0-1726245418628.png

How do I center this @BSS-TekLabs ?

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@Jiwya ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </body> tag:

<style>
.section-sections--18454062792939__custom_liquid_XKKqqN-padding img.mid-image {
   display: block!important;
   margin: 0 auto!important;
}
</style>

result

BSSCommerceB2B_0-1726247610182.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
8202 1972 2410

Hi @Jiwya 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.section-sections--18454062792939__custom_liquid_XKKqqN-padding {
    display: flex;
    flex-direction: column;
}
.section-sections--18454062792939__custom_liquid_XKKqqN-padding img {
    margin: auto;
    width: 150px;
}

 

And Save. 

Result:

Made4uoRibe_0-1726246208915.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Jiwya
Excursionist
29 0 10

This code does not seem to work.

 

Here's the existing CSS for the custom liquid if that helps:

 

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>

p {
color: #ffffff;
text-align: center;

}
.mid-image{
margin-left:46.5%;
height: 50px;
width: 160px;
}
@media only screen and (max-width: 767px){
.mid-image{
margin-left:30%;
}
}
</style>
</head>
<body>

<img src="https://cdn.shopify.com/s/files/1/0673/5046/2699/files/JIWYA-R-White.png?v=1726226111" class="mid-image">
<P>Purely Plant-Based Luxury Fashion</P>
</body>
</html>

BSSCommerce-B2B
Shopify Partner
1718 512 574

This is an accepted solution.

@Jiwya ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </body> tag:

<style>
.section-sections--18454062792939__custom_liquid_XKKqqN-padding img.mid-image {
   display: block!important;
   margin: 0 auto!important;
}
</style>

result

BSSCommerceB2B_0-1726247610182.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Jiwya
Excursionist
29 0 10

This worked perfectly, thanks!

BSSCommerce-B2B
Shopify Partner
1718 512 574

@Jiwya , glad to help you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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