Solved

How to optimize banner size for desktop and mobile?

UzairAli
Tourist
11 0 5

Hey! 

I'm having some issues when it comes to optimizing my banner size to fit mobile & desktop. I have the furtop -v-1-0-0 theme.
I dont know exactly how to put the code, its placement specially but i do know where to go in order to insert the code

I'd appreciate if anybody can assist me. 

Thanks! 

Accepted Solutions (2)
dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@UzairAli 

add the following code at the bottom of your assets/theme-responsive.css

.single-slider {
    width: 100%;
    background-position: center;
    background-size: cover;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@UzairAli 

add the following code at the bottom of your assets/theme-responsive.css

.logo {display: none !important;}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 30 (30)