I’d like the next/prev single post side button to not expand on hover, i currently use this CSS code to always display it
.avia-post-nav .entry-info-wrap {
width: 100px;
}
what should i add to make the expand on hover 100px to remove the hover effect ?
Hey kilimats,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .avia-post-nav {
max-width: 100px;
}
It’s not clear what you are trying to achieve? If the above don’t work for you please elaborate on the end result you want if possible with a mockup and a link to view the element in question. Kindly remove any custom code added to this element in question which is not working for you and let us know.
Best regards,
Vinay