Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
How to make the shopify site responsive? I tried to edit the css style file but despite putting the various sizes of the displays, it does not appear responsive from mobile. can someone help me?
the text is center how to get responsive from mobile?
Solved! Go to the solution
This is an accepted solution.
Hi @gpzeye01,
Please change code:
<p style="text-align: center;"><span style="font-size: 31px;">THE COLLECTION </span></p>
<div><center><span style="font-size: 12px;">The ELIE SAAB Maison collection is entirely manufactured in Italy,produced and
<center> distributed by Corporate Brand Maison.A collection that perfectly blends together all
<center>essential elements of the project; the uniqueness of the ELIE SAAB Brand signature,
<center>the research in design, and the artisan excellence of Made in Italy.
<center>The identity of the collection can be summed up as Spectacular Elegance,
<center>harmously linking together its distinctiveness, its shapes contemporary spirit,
<center>its tradition and attention to detail.
</center></div>
=>
<p style="text-align: center;"><span style="font-size: 31px;">THE COLLECTION </span></p>
<div><center><span style="font-size: 12px;">The ELIE SAAB Maison collection is entirely manufactured in Italy,produced and
distributed by Corporate Brand Maison.A collection that perfectly blends together all
essential elements of the project; the uniqueness of the ELIE SAAB Brand signature,
the research in design, and the artisan excellence of Made in Italy.
The identity of the collection can be summed up as Spectacular Elegance,
harmously linking together its distinctiveness, its shapes contemporary spirit,
its tradition and attention to detail.</span></center></div>
Hope it helps!
no i’m from staff.
the e commerce part is not active yet, we've been online for a few days, it's just a showcase for now.
This is an accepted solution.
Hi @gpzeye01,
Please change code:
<p style="text-align: center;"><span style="font-size: 31px;">THE COLLECTION </span></p>
<div><center><span style="font-size: 12px;">The ELIE SAAB Maison collection is entirely manufactured in Italy,produced and
<center> distributed by Corporate Brand Maison.A collection that perfectly blends together all
<center>essential elements of the project; the uniqueness of the ELIE SAAB Brand signature,
<center>the research in design, and the artisan excellence of Made in Italy.
<center>The identity of the collection can be summed up as Spectacular Elegance,
<center>harmously linking together its distinctiveness, its shapes contemporary spirit,
<center>its tradition and attention to detail.
</center></div>
=>
<p style="text-align: center;"><span style="font-size: 31px;">THE COLLECTION </span></p>
<div><center><span style="font-size: 12px;">The ELIE SAAB Maison collection is entirely manufactured in Italy,produced and
distributed by Corporate Brand Maison.A collection that perfectly blends together all
essential elements of the project; the uniqueness of the ELIE SAAB Brand signature,
the research in design, and the artisan excellence of Made in Italy.
The identity of the collection can be summed up as Spectacular Elegance,
harmously linking together its distinctiveness, its shapes contemporary spirit,
its tradition and attention to detail.</span></center></div>
Hope it helps!
To make your Shopify site responsive and ensure that the text is centered on mobile devices currentpackages provide you following these steps:
Here's an example of a media query that targets mobile devices with a maximum width of 767 pixels:
@media (max-width: 767px) { /* CSS styles for mobile devices */ }
Replace .your-element-class with the appropriate class or selector for the element containing the text that you want to center.
It's worth mentioning that Shopify themes may have different structures and CSS classes, so the specific class or selector for your text element might vary. You may need to inspect the HTML structure of your site and identify the appropriate class or selector to target.
If you encounter any specific issues or require further assistance, providing more details or sharing your code would be helpful in order to provide more specific guidance.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025