- This topic has 11 replies, 3 voices, and was last updated 4 years, 8 months ago by
David.
-
AuthorPosts
-
February 8, 2021 at 2:59 am #1649976
Jose
Hi,
I’m having trouble with the layout of the tablet version. How can I see in the screenshot that the content is bigger than the screen, what can I do? In mobile and pc version everything is ok.
For example, in pc and mobile the revolution slider does not have a blank space above, in tablet yes, I do not understand the reason.
Regards,
February 8, 2021 at 4:29 am #1650076David
StaffCustomer SupportHi there,
your product carousel has left and right buttons. On tablet view they are sitting outside the content which is creating horizontal overflow on the page. You should raise the issue with the carousel plugin developer.
But a simple fix would be to remove the on tablet with this CSS:
@media(max-width: 1024px) { .atw_slider_controls { display: none; } }
February 8, 2021 at 7:25 am #1650478Jose
Thank you very much!
And dou you know the problom befote slider? In mobile and pc it looks great, but in table there is a space there, I don’t know why.
February 8, 2021 at 10:44 am #1650731Ying
StaffCustomer SupportHi Jose,
The gap is from elementor, but I couldn’t locate where exactly the issue coming from, you could try this CSS to hide the gap:
@media (min-width: 768x) and (max-width: 1024px) { .home .elementor-widget-wrap { margin-top: -37px; } }
Let me know 🙂
February 9, 2021 at 12:15 am #1651250Jose
Nothing has changed!
February 9, 2021 at 2:53 am #1651406David
StaffCustomer SupportThis is the same issue we resolved here:
https://generatepress.com/forums/topic/header-slider-revolution/#post-1525024
But its no longer working as the
remove-margin
CSS Class has been moved from the Text Widget to the Section. Move the class back to the text widget to fix that.February 10, 2021 at 2:13 am #1652741Jose
I don’t know why, but it is not working in tablets…
I have changed the CSS, and nothing.
February 10, 2021 at 6:23 am #1652963David
StaffCustomer SupportYour CSS is broken – in your additional CSS you have this:
@media(max-width: 500px) { .mobile-navigation { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 10000; } body { margin-bottom: 0px!important; /* change this value to height of mobile nav */ } } } /* Remove this bracket */
It has an additional bracket ( i have commented ) that needs removing.
Then you need to make sure there are NO COLUMN Gaps on your Elementor section for Tablet devices.
February 10, 2021 at 7:13 am #1653212Jose
I thin that I don’t have any column gap on my elementor section, I don’t know where the probem can be.
February 10, 2021 at 9:31 am #1653398David
StaffCustomer SupportI suggest you ask Elementor Support as they will be able to explain how to make those changes better than i can.
February 19, 2021 at 3:46 am #1664217Jose
I don’t know why, but let’s see if you can help me. In my store page, both the mobile version and the pc version show the products, but the tablet version does not show them. Could you tell me if I have any code that does this in CSS or something like that?
I know the page is build by elementor, but I think I has to be a CSS problem o something like that.
February 19, 2021 at 4:09 am #1664236David
StaffCustomer SupportWhere are you seeing the images missing ? I checked the site across desktop, tablet (iPad) and Mobile and on all devices the images are being displayed ?
-
AuthorPosts
- You must be logged in to reply to this topic.