Skip to:
Content
Pages
Categories
Search
Top
Bottom

Footer issues


  • urthllc
    Participant

    @urthllc

    After installing bbPress, I noticed my footer on the Forum pages is skewed. All the Social Link menu is stretched on just the forum pages. None of my other pages have a problem.
    Using Twentyseventeen theme with a child theme installed
    WordPress vs 5.3
    bbPress ver 2.6.1

    Link to site: https://lonestarlegends.us

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    it is theme related

    the non forum pages have

    .social-navigation a {
    	border-radius: 40px;
    	display: inline-block;
    	height: 40px;
    	margin: 0 1em 0.5em 0;
    	text-align: center;
    	width: 40px;
    }

    the forum pages have an additional css class of .no-svg

    .no-svg .social-navigation a {
    	height: auto;
    	width: auto;
    }

    this needs removing, but I cannot say what you need to do to remove it – maybe a page thing

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