Image/logo sizing cut off on mobile view

Image/logo sizing cut off on mobile view

DxtJerZ
Tourist
5 0 1

Hello, I’m having issues with my main homepage image/logo cuts off (not able to view completely) on a mobile device , but looks just fine on a desktop view. Any help/tips on how to fix this would greatly appreciate it! 

here’s my link, www.dxtjerz.net 

 

pass: dxtjerzzee

Replies 6 (6)

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @DxtJerZ ,

 

Is this final result you want ?

BSSCommerceTC_0-1721126639716.png

 

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find base.css file

Step 2: Insert below code at the end file and Save them

@media screen and (max-width: 749px) {
    .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 68rem !important;
    }
}

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
DxtJerZ
Tourist
5 0 1

It didn’t work 😏

DxtJerZ
Tourist
5 0 1

NeverMind! I got it to work! thank you

BSS-TekLabs
Shopify Partner
2401 695 831

- Here is the solution for you @DxtJerZ 
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (max-width: 600px) {
.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button) {
 height: 67vh !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1721131995869.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
DxtJerZ
Tourist
5 0 1

It didn’t work 😞

DxtJerZ
Tourist
5 0 1

Nevermind! I got it to work , Thank you!