I need to make my prev and next post buttons (the little tabs at the edge of individual posts) a little taller to accomodate long titles.
I tried this per this other thread, but it’s not working.
#top .avia-post-nav {
height: 200px !important;
}
https://solace.com/blog/products-tech/solace-virtual-message-router-vmr-release-7-2
Hey JeeBar,
I visited your site and the prev and next post navigation buttons are 200px in height. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
Jordan
Yup, I see it now too and fresh changes take immediate effect. Cool.
Hmm, I woulda sworn I’d shift-refreshed, not sure why it was sticky. Whatever.
New related question — how can I style the thumbnail image that appears when the tab slides out?
I wanna make it square, and might change the size, not sure. Thanks.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-post-nav .entry-image img {
border-radius: 0 !imporatant;
max-width: 120px !important;
}
Change the width to what size you want the thumbnails to display.
Best regards,
Jordan