Prev / Next navigation below images

This topic contains 4 replies, has 4 voices, and was last updated by  Naveen Giri 4 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #516056

    P O
    Expired Member
    Post count: 501

    In a single place page I have the images, below taxonomies and below tabs.

    Between images and taxonomies there is a navigation (not displaying) but using layout space and code.

    
    <ul class="geodir-direction-nav"><li class="geodir-nav-prev"><i class="fas fa-angle-right"></i><li class="geodir-nav-next"><i class="fas fa-angle-right"></i>
    

    Why is that code there?

    After the tabs content there is another navigation that is actually displaying.

    Why two navigations and one just using layout space and code for nothing?

    Thanks.

    #516062

    Kor
    Moderator
    Post count: 16516

    Hi P O,

    Thanks for your post. Could you share the URL of the page in question so that we could take a look at it?

    #516066

    P O
    Expired Member
    Post count: 501
    This reply has been marked as private.
    #516076

    Alex Rollin
    Moderator
    Post count: 27815

    I have asked the developers to take a look to see if there is a workaround for that.

    Thanks for reporting

    #516134

    Naveen Giri
    Moderator
    Post count: 1559

    hi,

    You can use following style to remove the space.

    
    .entry-content-wrapper ul.geodir-direction-nav li { 
       padding: 0;
    }
    
    .entry-content-wrapper ul.geodir-control-paging li{ 
       margin-left: 1em; 
       padding: 0;
    }
    

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket