Re: DAWN theme is not resizing for mobile and there is extra space all over (picture attached)

DAWN theme is not resizing for mobile and there is extra space all over (picture attached)

mleinen
New Member
10 0 0

DAWN theme is not resizing for mobile and there is extra space all over (picture attached)  I have tried EVERY solution on here and none have worked.  My video and format are correct.  in mobile it cuts off the right of the video and it leaves grey space all around what video it does play.  PERFECT on a laptop.  please please please help I am trying to get this delivered to a client asap...

 

url https://the-trading-card-club.myshopify.com/

password TradingCardClub

 

The Trading Card Club.jpg

Replies 11 (11)

Victoria
Shopify Staff
2398 162 284

Hi, there.

 

Thanks for posting to the Shopify Community.

 

Our Theme Support team may be able to take a look into the issue you mentioned regarding sizing on mobile. I recommend getting in touch with our support via the Shopify Help Center, so we can take a more detailed look and determine what next steps are necessary. 

Victoria | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

mleinen
New Member
10 0 0

support keeps erroring out.  Is this something you can login to my sgtore and look at?  I really need to get this fixed. 

Victoria
Shopify Staff
2398 162 284

Thanks for your reply.

 

Are you able to clarify your first message? 

 

Unfortunately, through our community forum we do not have access to accounts and therefore will not be able to investigate the issue. However, using the link provided in my previous response, you can chat with a live Support Advisor who will have access. 

Victoria | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

mleinen
New Member
10 0 0

your support form keeps erroring out.  who can i email?  shopify is letting me down!!!

Victoria
Shopify Staff
2398 162 284

Are you able to share a screenshot of the error?

 

When accessing the Help Center, you'll need to type your question to the Help Center Assistant. Once you've typed your question, select 'I still need help.' Following that, you should be presented with additional options to Chat with a Support Advisor.

Victoria | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

JasmeetVT14313
Shopify Partner
273 59 72

Hi @mleinen 
Can try adding below code to the place where you have previously added the Css. Make sure that this code is placed after your styling code.

@media screen and (max-width: 767px){
.videoBoxInfo {
    display: none;
}

.videoBackground .fullscreen-video-wrap {
    min-height: 212px;
}

.videoBackground .videoBox {
    min-height: auto;
}
}

If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
JasmeetVT14313
Shopify Partner
273 59 72

@mleinen 
Is this not working for you?

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

GTLOfficial
Shopify Partner
471 92 90

Hello @mleinen 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.

@media screen and (max-width: 768px) {
.videoBackground .videoBoxInfo {
padding: 0px 20px !important;
background: #000;
width: 100%;
}
}
@media screen and (max-width: 768px) {
.videoBackground .videoBox {
min-height: 300px !important;
height: 100%;
position: relative;
padding: 0;
}
}

and the result will be
1.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
mleinen
New Member
10 0 0

AWESOME THAT FIXED HALF THE PROBLEM!  the only other issue was it cutting off the left side of the video... making the logo and text chopped off... any solution for that?  You can see it in the pic you sent as well...

mleinen
New Member
10 0 0

GTLOfficial... is there any way you could look for a solution to why the left side is chopped off on the video backgeound?  it like its not resizing right...

GTLOfficial
Shopify Partner
471 92 90

Hi
As i have checked , video is working well.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh