-
AuthorPosts
-
January 4, 2020 at 10:14 pm #1170368
Dear Team,
I have a problem with my mobile display Regarding My footer area.
Once I Remived the Footer and left only the socket, it looked like this >>
https://drive.google.com/file/d/1qKfN8DKbGxkAx-Sx9IDXjkf2q2x3PjUF/view?usp=sharingThe Socket area expanded into half a screen.
Please your help to fix this problem. I did not find any code in thie forum that could fix it.
Thank a lot,
Regards,
Hila.January 5, 2020 at 12:09 am #1170384Hey orhila,
Can you provide a link to the site/page in question so we can look into this issue further?
Best regards,
Jordan ShannonJanuary 5, 2020 at 12:16 am #1170386Of course sorry (:
Here you go >> hilaor.comThanks!
January 5, 2020 at 12:27 am #1170387Hi,
Apologies, I see the url on the screen. Try this in quick css:
footer .container:after{ display:none!important; }
Best regards,
Jordan ShannonJanuary 5, 2020 at 12:51 am #1170398No. Nothing happened ):
January 5, 2020 at 7:04 pm #1170490Hi orhila,
Can you disable caching and minification for now?
Best regards,
VictoriaJanuary 5, 2020 at 7:11 pm #1170494Hey Victoria.
Just did.January 5, 2020 at 7:46 pm #1170513Hi orhila,
This code added somewhere on the website is adding padding at the bottom for the body tag. Please check your css for that code.
Best regards,
VictoriaJanuary 5, 2020 at 8:04 pm #1170530Hey Victoria,
I dont have any css on my quick css. Could be somewhere on my main theme code?If so, please let me know where to look. There is so many codes there.
Thanks.January 5, 2020 at 8:21 pm #1170537Hi orhila,
It is not added by the theme.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJanuary 5, 2020 at 8:37 pm #1170543sure. Please see in the private content.
January 5, 2020 at 8:58 pm #1170555Hi orhila,
The code can be added by some plugin, I did not see it anywhere, here is the css to override it:
@media (max-width: 1024px) { body#top { padding-bottom: 0px; } }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 5, 2020 at 9:58 pm #1170574Hey Victoria,
Thanks, i Added the code but nothing happend. Can you enter and check for yourself?
Please find me another sulotion. Thanks A lot.January 7, 2020 at 2:11 am #1170879Shalom,
Thank you for writing to us.
Whenever the page content is shorter than the page the footer fills in the gap. To avoid this you can simply use a ColorSection element with 100% height and add your content inside it or set background image to the Color section itself.
I have created a private test page please check it out :)
If you like to have a different background image in mobile please check the docs.Let us know if you have any question :)
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.