Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859980

    highlandadventures
    Participant

    hi..can you please let me know how can i reduce the space between sub items in my sidebar on. http://kb.machupicchu.com/peru-travel/how-to-book/

    you will notice the space between sub items for each group. For example, less white space between the items in the Inca Trail Tours section. thanks.

    #860067

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    div#sticky-posts-8 ul li {
        padding-bottom: 0;
    }

    Hope this helps – thanks!

    #860188

    highlandadventures
    Participant

    i don’t know if my question was clear…i am sorry if it was not…please look at the sidebard on http://kb.machupicchu.com/peru-travel/how-to-book/

    you will notice that the space between the # of day and the next item is too big…also, the spaces between recent post articles at the end of the sidebard…how can we reduce the space to be smaller? thanks. p.s., we try your recommendation above and it did not work.

    Inca Trail Experience
    7 Days

    Inca Trail Explorer
    8 Days

    Inca Trail Journey
    9 Days

    Inca Trail Expedition
    10 Days

    #860331

    Friech
    Moderator

    Hi There,

    Thanks for the clarification. For the INCA TRAIL TOURS list, you can add the custom css below to your customizer to move them closer.

    .widget_ultimate_posts ul li {
    	line-height: 1;
    }

    You can also adjust its top padding to make it more closer

    .widget_ultimate_posts ul li {
    	line-height: 1;
    	padding-top: 2px;
    }

    And this is for the recent post, you can adjust its padding.

    .x-widget-area .widget_recent_entries ul li {
    	padding-top: 5px;
    	padding-bottom: 5px;
    }

    Hope it helps, Cheers!

    #860780

    highlandadventures
    Participant

    thank you…it worked. would you mind sharing the CSS for the sections in the page under MOST POPULAR ADVENTURES in http://kb.machupicchu.com/peru-travel/how-to-book/….this portion is a customized menu. thanks,

    #861250

    Rupok
    Member

    Hi there,

    Thanks for updating. Would you clarify what you are actually looking for this particular section?

    Cheers!