How to Move White Box to the Left Side - Refresh Theme

Solved

How to Move White Box to the Left Side - Refresh Theme

wrldwide
Excursionist
14 1 4

Hey guys, just wondering how to mimic this white box and the text inside of it as closely as possible on my own website:

 

wrldwide_0-1699062143979.png

 

My Website: http://wrldwidesupply.com/

Password: secret123456

 

As a result, these are the specific things I would need the solutions to:

 

  1. Move my white box and the text inside of it to the left
  2. Make the shape of the white box the same as the picture above
  3. Change "OUR MISSION" to the thin font (Questrial)
  4. Have "Beyond Borders, Your Global Journey Awaits" as its own text box in the bold font (Archivo Bold)
  5. Have the description text below it as its own text box as well

 

Any suggestions on how I could accomplish this?

 

Accepted Solution (1)

oscprofessional
Shopify Partner
16115 2409 3121

This is an accepted solution.

Hello @wrldwide 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

 

.banner__box {
    max-width: 44rem !important;
}
.banner__content--middle-center {
    justify-content: left !important;
}
.content-container {
    border-radius: inherit  !important;
}

 

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 3 (3)
wrldwide
Excursionist
14 1 4

Yeah, I can code a bit

oscprofessional
Shopify Partner
16115 2409 3121

This is an accepted solution.

Hello @wrldwide 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

 

.banner__box {
    max-width: 44rem !important;
}
.banner__content--middle-center {
    justify-content: left !important;
}
.content-container {
    border-radius: inherit  !important;
}

 

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
wrldwide
Excursionist
14 1 4

Hey @oscprofessional, it works but on mobile view, I want the text to be on the image, but still keeping the white box.

 

I have tried turning "Show container on mobile" on and off to see what it looks like but it is still missing the white box in the background.

 

wrldwide_0-1699121219518.png

 

 

Any thoughts on how to fix this?