• Resolved treydawgmt

    (@treydawgmt)


    I’m trying to figure out two issues with my footer on this website. Full disclosure, I’m VERY new at WordPress (this evening is the first time ever using it), but I have fairly good knowledge of coding, CSS, HTML, the like. This is all new territory to me. Also, a buddy set it up initially, and I’m just trying to actually get everything in there.

    All that said, on mobile and maybe even smaller mobile, my footer displays all the widget’s I’ve added. On the desktop, they’re not there. Thoughts on why?

    Second issue. On the mobile devices, everything is great until you scroll all the way down to where the bottom two widget images are, and then when you see them, the entire website gets dark. Again, what am I doing wrong?

    Thanks for any input!

    Matt

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author BurgerThemes

    (@burgersoftware)

    Hello @treydawgmt,

    We have investigated your issue and found that it’s a widget conflict issue, I would suggest that you please use the classic widget editor, the current widget editor create the block.

    Also, use the below custom CSS.

    .widget.widget_media_image:before{
      display:none !important;
    }
    
    .footer-parallax .main-footer {
        position: relative !important;
    }

    Thanks

    Thread Starter treydawgmt

    (@treydawgmt)

    Thanks! This fixed the problem! I have one additional question, since I’m so new. The “header” as far as I can tell is on two “lines”. The email, phone, and social links on one, and the logo, menu, and search on the next. Can they get on a single line?

    Theme Author BurgerThemes

    (@burgersoftware)

    Hello @treydawgmt,

    We can’t modify it in a single line, because it’s designed according to all devices manageable, it’s a theme customization part.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Issues’ is closed to new replies.