Re: Move image banner text - Sense theme

Move image banner text - Sense theme

virregouda
Excursionist
16 0 4

I would like to make it look like this - https://www.nudient.se/

 

Text needs to be moved to the left. Could someone help me? 

 

I would also like to have the banner to work like above page - two pages when on desktop and one for mobile, being responsive. 

 

https://1f097c-e6.myshopify.com/ - Password Testar

 

 

Skärmavbild 2024-10-08 kl. 17.06.02.png

Skärmavbild 2024-10-08 kl. 17.06.39.png

 

Replies 10 (10)

Made4uo-Ribe
Shopify Partner
9567 2279 2828

Hi @virregouda 

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.

 

 

.banner__content.banner__content--middle-left.page-width {
    margin-left: 0 !important;
}

 

 

And Save. 

Result:

Made4uoRibe_0-1728400604314.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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
virregouda
Excursionist
16 0 4

Hi, thanks for helping! Unfortunately this did not work for me. Do you have another solution I could try?

Made4uo-Ribe
Shopify Partner
9567 2279 2828

I edit the code, please try it again. If still not working let me know. Thanks!

 

 

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
virregouda
Excursionist
16 0 4

Still won't work, thank you tho!

Made4uo-Ribe
Shopify Partner
9567 2279 2828

Where did you add the code? base.css file? 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
virregouda
Excursionist
16 0 4

correct

Made4uo-Ribe
Shopify Partner
9567 2279 2828

oh, You add it wrong. Must be paste before the last closing bracket. It should be like this. 

Made4uoRibe_0-1728423885047.png

And Save. 

 

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

PageFly-Amelia
Shopify Partner
626 165 238

Hi @virregouda 

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

 

.banner__content.banner__content--middle-left.page-width.scroll-trigger.animate--slide-in {

    margin-left: 0 !important;

}

 

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.

virregouda
Excursionist
16 0 4

This did not work, maybe because logo is where it is? Would like to move all this more to the left. Same for cart, more to the right. See image; 

Skärmavbild 2024-10-08 kl. 17.41.26.png

PageFly-Richard
Shopify Partner
4852 1090 1762

This is Richard from PageFly - Shopify Page Builder App

 

Hi  @virregouda  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
@media screen and (min-width: 768px){
  .hero__text-container{
    max-width: 50%;
    display: flex;
    margin-left: 0px;
    justify-content: center;
}
  .hero__text-container .col-sm-max-8.text-align-center.sm-text-align-left{
    text-align: center;
   }
.hero__text-container .blocks-button {
    display: flex;
    justify-content: center;
}
}
</style>

 

Hope my solution will help you resolve 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.