Tagged: Buttons, desktop view
Hi!
Thank you again for the quick response before, I have another small issue that needs fixing.
A lot of the posts in my client’s side uses long texts. These long titles is overset for the Next Post button in the desktop view.
Which part of the css can I edit for this?
Hey irfan_arif!
Thank you for using the theme.
You can decrease the font-size and line-height of the avia_post_nav title with this on Quick CSS:
.avia-post-nav .entry-info span {
font-size: 10px;
line-height: 1.2em;
}
Best regards,
Ismael
Hi Ismael, thank you for the solution, that worked wonderfully, could you point me out to a link with the css documentation please? I might’ve not been looking carefully enough.
Hey!
Thank you for the update.
I’m sorry but there are no documentation about css. The support team handles basic custom modifications of the theme like the one you ask. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
Ismael
Thanks for that :)