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
12289 2547 3698

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
12289 2547 3698

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)

dmwwebartisan
Shopify Partner
12289 2547 3698

@UzairAli 

Please share stroe URL and Screenshot what do you want!

Thanks!

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
UzairAli
Tourist
11 0 5

Dear concerned,
I want to optimize the banner size of my store.
For example:
The size of the banner on desktop can not be same for the mobile banner.
but in my case the moment i update any banner image its the same size being updated for both desktop and mobile which i don't want.
i want it to be rational according to device type.

URL of store:
https://theoils.net/

Pictures are attached below

 Desktop BannerDesktop BannerMobile BannerMobile Banner

Ajay-app-dev
Shopify Partner
178 16 14

Hi @UzairAli 

Let's fix this within 10 seconds. Go to your theme > edit code > style.css or style.scss and paste the following css below. 

@media only screen and (max-width: 575px)
.single-slider {
    height: 390px!important;
    width: 100%;
    background-position: center;
    background-size: cover;
}

This is how, it will look in mobile view. Do let me know if anything requires. 

Ajay_kumar_dev_0-1632387486920.png

 

 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
UzairAli
Tourist
11 0 5

Dear Concerned,
Would you please confirm is this the right way to do?

UzairAli_0-1632388146011.png

Thank you.

Ajay-app-dev
Shopify Partner
178 16 14

yes

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
dmwwebartisan
Shopify Partner
12289 2547 3698

@UzairAli 

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

@media only screen and (max-width: 575px){
.single-slider {
    height: 390px!important;
    width: 100%;
    background-position: center;
    background-size: cover;
}
}

Thanks!

 

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
UzairAli
Tourist
11 0 5

UzairAli_0-1632388894176.png

Below 542? you mean sir?

 

Ajay-app-dev
Shopify Partner
178 16 14

You can include this css in this or add below  542 line

 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
dmwwebartisan
Shopify Partner
12289 2547 3698

@UzairAli 

Add code after line no 542 

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
UzairAli
Tourist
11 0 5

Now when the mobile banner is fine, the desktop banner is not in size. 😞

UzairAli_0-1632390413828.png

UzairAli_1-1632390424037.png

 

dmwwebartisan
Shopify Partner
12289 2547 3698

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
UzairAli
Tourist
11 0 5

Dear Concerned,
I really appreciate your assistance, i was able to fix the issue.
Thank you so much.

Just a little more help i require,
I have attached a screenshot below,
I want to remove  the The Oils written on the left it a clickable button which takes you to the homepage, since i am having already home home button i dont need The Oils button.

 

 

Thank you

Removing The Oils.PNG

dmwwebartisan
Shopify Partner
12289 2547 3698

@UzairAli 

This not a button . this logo text please upload your logo 

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
UzairAli
Tourist
11 0 5

Dear Concerned,
What if i dont want it at all?

dmwwebartisan
Shopify Partner
12289 2547 3698

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
UzairAli
Tourist
11 0 5

Good Bless you dear.

Thank you so much for your precious time.

dmccommons1
Tourist
11 0 2

@dmwwebartisan my client has a  Shopify site and the banner needs to be optimized. Is there one code that fixes this problem or is the code unique to each site? If So, what would be the code that helps here? Here is what the banner looks like now. Don't be confused by the image that is up now. She chose a good image that looks well centered. 2022-01-14 (1).png2022-01-14.png

dmwwebartisan
Shopify Partner
12289 2547 3698

@dmccommons1 

Please share the store URL!

Thanks!

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
dmccommons1
Tourist
11 0 2
dmccommons1
Tourist
11 0 2

@dmwwebartisan is there anything that could help her?

dmwwebartisan
Shopify Partner
12289 2547 3698

@dmccommons1 

Please a screenshot of what do you want exactly.

Thanks!

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
dmccommons1
Tourist
11 0 2

@dmwwebartisan something like pink lilly's site on mobile and desktop. 2022-01-15 (4).png2022-01-15 (5).png

Ajay-app-dev
Shopify Partner
178 16 14

Add this 

 

@media (min-width: 1365px) and (max-width: 1500px)
.single-slider {
    height: 700px!important;
    background-size: cover !important;
}
Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
jandrei
New Member
4 0 0

 @Ajay-app-dev  Can you please help me optimize the banner settings on my site for mobile? URL is neuro-tea.com. Banner looks ok on desktop (image below), but the sides get cut off and the text gets bunched up on mobile (image below). I'm also having an issue with a picture showing up beside a block of text on mobile, but it should be above the text on mobile (pics below as well). Thanks!

jandrei_2-1632796206179.png

jandrei_3-1632796214316.png

jandrei_4-1632796229660.png

jandrei_5-1632796237305.png

 

 

 

Ajay-app-dev
Shopify Partner
178 16 14

@jandrei kindly share the store password.

 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
jandrei
New Member
4 0 0

@Ajay-app-dev password is Temp123

jandrei
New Member
4 0 0

@Ajay-app-dev  Checking to see if you saw my previous message? You should be able to login to the site. Thanks.

Ajay-app-dev
Shopify Partner
178 16 14

Hi @jandrei , yes i checked and I am able to log in with a shared password.  But as I can see, it requires a little bit more custom work from a designing point of view. At this point, I need to make some alterations to the mobile end. which requires custom work.  Have a look, this is what, we can achieve with the current structure, For, getting the desired result, I need to change the bit structure. 

Ajay_kumar_dev_0-1632980242853.png

 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
jandrei
New Member
4 0 0

@Ajay-app-dev Thanks for the reply. How much would the custom work cost? Also, regarding the last screenshot in my first message, were you able to figure out if we can get the picture above the text? Thanks.

Ajay-app-dev
Shopify Partner
178 16 14

@jandrei  yes , sure

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com