Home Forums Air HTML5 Template replace post-navi-go-back

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27332
    floodout
    Participant
    Purchased
    Expired

    Hello there,

    I feel like there is a double up at the bottom of the page and I want to make my footer more streamline. I currently have a plus symbol and a logo, both taking you back to the home page.

    How do I move the Prev and Next buttons down into the footer so I still have the logo and the back to top arrow?

    I basically want everything to run on the same line across the bottom, and remove the post-navi-go-back :

    https://helenneville.com/shetouch/mimco1.html

    Thankyou!

    #27333
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    Please remove the wrap a within the 2 post-navi-unit divs, then all post-navi-single section should be like:

    <nav class="post-navi-single row">
      <div class="container">
           <div class="post-navi-unit post-navi-unit-prev col-sm-5 col-md-5 col-xs-5"></div>
                                                                
           <div class="post-navi-go-back col-sm-2 col-md-2 col-xs-2"><a class="post-navi-go-back-a" href="index.html" data-postid="61"><span class="post-navi-go-back-a-inn"></span></a></div>
                                                    
            <div class="post-navi-unit post-navi-unit-next col-sm-5 col-md-5 col-xs-5"></div>
      </div>
    </nav>

    Regards!
    SeaTheme – FAQsWordPress CustomizationFacebook

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