Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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=sharing

    The 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.

    #1170384

    Hey orhila,

    Can you provide a link to the site/page in question so we can look into this issue further?

    Best regards,
    Jordan Shannon

    #1170386

    Of course sorry (:
    Here you go >> hilaor.com

    Thanks!

    #1170387

    Hi,

    Apologies, I see the url on the screen. Try this in quick css:

    footer .container:after{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1170398

    No. Nothing happened ):

    #1170490

    Hi orhila,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1170494

    Hey Victoria.
    Just did.

    #1170513

    Hi 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,
    Victoria

    #1170530

    Hey 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.

    #1170537

    Hi 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,
    Victoria

    #1170543

    sure. Please see in the private content.

    #1170555

    Hi 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,
    Victoria

    #1170574

    Hey Victoria,
    Thanks, i Added the code but nothing happend. Can you enter and check for yourself?
    Please find me another sulotion. Thanks A lot.

    #1170879

    Shalom,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.