Tagged: x
-
AuthorPosts
-
March 30, 2016 at 9:55 pm #859980
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.
March 30, 2016 at 10:54 pm #860067Hi 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!
March 31, 2016 at 12:35 am #860188i 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 DaysInca Trail Explorer
8 DaysInca Trail Journey
9 DaysInca Trail Expedition
10 DaysMarch 31, 2016 at 2:25 am #860331Hi 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!
March 31, 2016 at 8:03 am #860780thank 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,
March 31, 2016 at 1:50 pm #861250Hi there,
Thanks for updating. Would you clarify what you are actually looking for this particular section?
Cheers!
-
AuthorPosts