Skip to:
Content
Pages
Categories
Search
Top
Bottom

Elementor footer appearing above content on member profile page on mobile


  • sbanner26
    Participant

    @sbanner26

    I’ve created an Elementor footer in the theme builder and applied it to the entire site. It appears at the bottom of every page as expected on desktop. However, in mobile view it loads just below the header and above the member content on the member profile pages only. It is correct on the groups and members directories, just not on the profile page. Here is the link to one of the member profiles – https://thesiteshark.com/ccc/members/plhuston/

Viewing 5 replies - 1 through 5 (of 5 total)

  • slaapplus
    Participant

    @slaapplus

    Hi, I have the same issue and don’t know how to fix it. I was wondering whether you managed to fix the problem. If so, could you please tell me how and help me out? :)) Thank you!


    sbanner26
    Participant

    @sbanner26

    This is the css solution that I used. Hopefully this helps you.


    @media
    only screen and (max-width:767px){
    .bp-user div#page {
    display: inherit;
    }
    }


    slaapplus
    Participant

    @slaapplus

    Hi, thank you for your quick response!

    Could you maybe please tell me where to enter this code? I am not very technical…
    For me the elementor footer appears just underneath the header only in mobile view and only at the product archive pages.

    This is the link of an example:
    https://slaapplus.nl/product-category/slapen-met-een-partner/temperatuur-regulatie/

    Thank you very much!


    sbanner26
    Participant

    @sbanner26

    You can add that css code by going to Appearance > Customize and then scrolling down to “Additional CSS”. Paste the code in there and be sure to hit the “Publish” button at the top.

    This is what the support team told me when they gave me that code:

    This is a site-specific issue, which might be because of some coding.

    The page ID div element CSS is conflicting with the footer CSS
    https://prnt.sc/cc6l9bUxs1yC

    A quick fix is you can try placing the below custom CSS code inside Customizer >> Additional CSS


    @media
    only screen and (max-width:767px){
    .bp-user div#page {
    display: inherit;
    }
    }

    So hopefully that code works for you as well. If not, you could always reach out to the theme developer for more help.


    slaapplus
    Participant

    @slaapplus

    Thank you for your quick response, unfortunately the css code doesn’t work for me 🙁

    I just send an email to Astra, hoping they can help me. However I am a free user, meaning I don’t get technical support. But we’ll see.

    Hope it’ll work out eventually. Anyway, thank you for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar