How do I fill the screen and make the text bigger?

Solved

How do I fill the screen and make the text bigger?

lontessa
Excursionist
12 0 2

2.pngHiya, I'm trying to fill the page a bit more, so if the picture could go left edge to the center that would be amazing, I also would like to make the font a bit bigger but am unsure how.

 

Please help me.

 

Website URL: https://1rzd08-i0.myshopify.com/ 

Password: riatri

Accepted Solution (1)

websensepro
Shopify Partner
1903 229 270

This is an accepted solution.

Hi @lontessa 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.multirow.section-template--17309763109062__multirow_VVTdeb-padding.gradient.color-scheme-4 .multirow__inner.page-width {
    margin: 0px !important;
    padding: 0px !important;
}
.multirow.section-template--17309763109062__multirow_VVTdeb-padding.gradient.color-scheme-4 {
    margin: 0px !important;
    padding: 0 !important;
}
.image-with-text__text.rte.body p {
    font-size: 19px !important;
}

Result:

websensepro_0-1736238486485.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 4 (4)

topnewyork
Astronaut
1368 165 224

Hello @lontessa Hope you are doing well, can you please share the url where your image is located
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
lontessa
Excursionist
12 0 2

No worries, here it is:

 

Website URL: https://1rzd08-i0.myshopify.com/ 

Password: riatri

websensepro
Shopify Partner
1903 229 270

This is an accepted solution.

Hi @lontessa 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.multirow.section-template--17309763109062__multirow_VVTdeb-padding.gradient.color-scheme-4 .multirow__inner.page-width {
    margin: 0px !important;
    padding: 0px !important;
}
.multirow.section-template--17309763109062__multirow_VVTdeb-padding.gradient.color-scheme-4 {
    margin: 0px !important;
    padding: 0 !important;
}
.image-with-text__text.rte.body p {
    font-size: 19px !important;
}

Result:

websensepro_0-1736238486485.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
lontessa
Excursionist
12 0 2

Thank you!e