-
Author
-
December 3, 2015 at 22:27 #91021RyazaParticipant
Hi. How i can change the body line height only for a single blog posts? If i change it in theme options – fonts, the css Styles in BP are move down! Or how i can fix css in bp part?
Attachments:
You must be logged in to view attached files.December 4, 2015 at 19:17 #91256sharmstrModeratorTry this
COPY CODEbody.single .article-content { line-height: 25px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 7, 2015 at 14:41 #91632sharmstrModeratorDid you reset the line height in theme options?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 7, 2015 at 14:48 #91633sharmstrModeratorTry this instead. Make sure you undo your changes to the line height in theme options
COPY CODEbody.single-post .article-content { line-height: 25px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 7, 2015 at 16:00 #91644sharmstrModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.