Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1433698

    Footer area spans the area of other elements. How to fix that?
    Website screenshot
    Screenshot here – https://ibb.co/FqW515K

    • This topic was modified 7 months ago by XFSwebsite.
    • This topic was modified 7 months ago by XFSwebsite.
    #1433729

    Hey XFSwebsite,

    I’m not sure I fully understand the problem you are having, what exactly would you like to adjust? If you need further help, then please post a link to where we can see the actual element as well.

    Best regards,
    Rikard

    #1433776

    Hey Rikard,

    1. The problem is that we need to fix the Footer height in HTML. We were asked about that by the person who optimised our website speed. According to his words, the Footer overlaps the video element in terms of HTML.
    2. Here’s the link to our website https://xsensflow.com

    #1433798

    Hi,

    The video looks to be added as a background in a Color Section element, did you try adjusting the height of the section under Layout->Section Height?

    Best regards,
    Rikard

    #1433822

    What section do you mean: video or footer?

    #1433838

    Hi,

    You could try the video section first of all.

    Best regards,
    Rikard

    #1461907

    I’m also having issues with height footer area (mobile version only, not desktop) for my website: https://layarestaurant.com/

    How can I reduce the bottom section of footer (below text line “CALI RESIDENTS | ACCESSIBILITY” so it’s the same space height as top portion of footer (area above “RESERVATIONS BOTTOM”). I’m trying to keep footer slim as possible. Please advise!! Any help is greatly appreciated!!

    #1461938

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #footer .av_one_third > section {
    	margin: 0;
    }
    #top #footer {
    	padding-bottom: 15px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1461957

    Thank you for quick reply! Unfortunately, it did not work. I only need this for mobile version of footer (not desktop or tablet, etc.) and only the bottom area height I need to reduce as seen circled in red in screenshot available online at: https://imgur.com/a/q3mDIKX

    #1461969

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all #footer .flex_column {
    	margin-bottom: 0;
    }
    }

    The expected results:
    Enfold Support 6285

    Best regards,
    Mike

    #1462000

    It worked! Thank you!

    Screenshot 20240713 200000 Samsung Internet

    #1462023

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to fix footer area?’ is closed to new replies.