Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can i align text to be all the same

How can i align text to be all the same

umrraz90
Excursionist
33 1 10

Hi, 

 

I would like the text on all pages to be consistent for mobile and desktop. 

 

Currently my 'Image with text is positioned on the left where as my page title 'Dried Wedding Flowers' is centred, I would like the Dried Wedding Flowers to be inline with the 'Life's Precious Moments' text and description.

 

Please see screenshot.

umrraz90_0-1722441559217.png

 

 

Replies 8 (8)

BSS-TekLabs
Shopify Partner
2350 688 810


Hello @umrraz90 .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
umrraz90
Excursionist
33 1 10
BSS-TekLabs
Shopify Partner
2350 688 810

- Here is the solution for you @umrraz90 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (min-width: 600px) {
.page-width--narrow {
 float: left !important;
    margin-left: 12rem !important;
} 
}

- Here is the result you will achieve:

BSSTekLabs_0-1722442231532.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
umrraz90
Excursionist
33 1 10

hi its still not worked for me, is there any chance we can collaborate and you apply for me, as ive followed those steps and its still displaying the same

PageFly-Amelia
Shopify Partner
626 165 237

Hi @umrraz90 

 

This is Amelia from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.page-width.page-width--narrow.section-template--22248077394254__main-padding {
padding-left: 156px;

max-width: var(--page-width);
}

 

Hope that my solution works for you.

Best regards,

Amelia | 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) 
➜ Weekly updated Shopify tutorials on YouTube 


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

umrraz90
Excursionist
33 1 10

Hi Amelia, 

 

Thank you, ive tried but it doesnt work, any other ideas? 

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @umrraz90 , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

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

BSSCommerceB2B_0-1722448377793.png

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 93.5rem !important;
    }
}

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_1-1722448576441.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

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

Kyle_liu
Shopify Partner
286 38 51

Hi @umrraz90 

 

You can edit theme code,

Add the following code at the end of the base.css file

 

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: var(--page-width);
  }
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding-left: 0px;
  }
}

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee