Hello, Thank you for your awesome support so far :)
I am having issues with the top of the banner as it is being cut off on mobile devices. Any ideas? (I have made the the padding % but I am still having the issue of it cutting off at the top.
Hello, I posted this again on envato, and you were going to check it out. I have not heard from you as yet and would love to get a response:
- -
Thank you for your response Tahir.
No, it was in % for both values - what I did have was another empty row inside that row that may have been showing you a pixel value? I have removed that row now but the padding for the mouse based parallax background is definitely both in %.
The issue is still occurring... please see screenshot and link below:
Hey - try adding this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 690px) {
html body[data-bg-header="false"] .full-width-section.first-section, html body[data-bg-header="false"] .full-width-content.first-section {
margin-top: -10px !important;
}
}
I have applied that style to the salient options panel and while it has improved slightly it unfortunately is leaving a white space and below. (The fix works in browser but not on any actual mobile devices tested :( )
I have attached a screenshot where I gave it a temporary background colour to test what may have been happening. Please see screenshot.
Hello, Thank you for your awesome support so far :)
I am having issues with the top of the banner as it is being cut off on mobile devices. Any ideas? (I have made the the padding % but I am still having the issue of it cutting off at the top.
Many thanks
Michelle
Hey - you've entered the value in pixels for the top padding, instead of that use a % value such as 15% :)
Cheers
ThemeNectar Support Team
Hello, I posted this again on envato, and you were going to check it out. I have not heard from you as yet and would love to get a response:
- -
Thank you for your response Tahir.
No, it was in % for both values - what I did have was another empty row inside that row that may have been showing you a pixel value? I have removed that row now but the padding for the mouse based parallax background is definitely both in %.
The issue is still occurring... please see screenshot and link below:
http://redandrobin.com.au/geco/?page_id=56
(I posted here again as I was now able to post, was getting an "internal server error" before but as you can see it posted fine now.)
Hey - try adding this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 690px) { html body[data-bg-header="false"] .full-width-section.first-section, html body[data-bg-header="false"] .full-width-content.first-section { margin-top: -10px !important; } }
Thank you so much for your response and help!
I have applied that style to the salient options panel and while it has improved slightly it unfortunately is leaving a white space and below. (The fix works in browser but not on any actual mobile devices tested :( )
I have attached a screenshot where I gave it a temporary background colour to test what may have been happening. Please see screenshot.
Thank you! :)
Just so you know I applied to the style to the LIVE site:
www.gecogaming.com/about
Hey again! Please try this snippet instead
Cheers