-
AuthorPosts
-
January 8th, 2022 at 14:07 #125091salutethepigPower User
Currently have this code setup in Custom CSS but not sure how to enforce left-alignnment for the entire theme? Anyone able to help?
Thanks
Site: https://salutethepig.com/
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: “\201C””\201D””\2018″”\2019”;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
blockquote:after {
content: no-close-quote;
}Website: salutethepig.com
January 11th, 2022 at 12:57 #125198salutethepigPower UserAnyone able to offer any assists here? Thanks.
January 13th, 2022 at 14:36 #125289salutethepigPower UserLooks like this theme has been abandoned, so closing here.
January 21st, 2022 at 00:21 #125615ZedCryout Creations mastermindHi,
I feel it’s rather harsh to consider a theme abandoned after 5 days of no replies on a free support forum.
Anyway, to answer your question I will need more information since I can’t really pinpoint what the desired outcome of “enforce left-alignnment for the entire theme” would need to be.
– Are you referring to the general text alignment?
– Do you mean the blockquotes (since those are the ones targeted in your CSS)?
– Do you want to left-align text in blockquotes? (it already is)
– Are you looking to left-align the blockquotes as a whole?body .entry-content blockquote { margin-left: 0; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 22nd, 2022 at 14:04 #125692salutethepigPower UserThanks for that. Adding that code did just what I was looking for. Appreciate the feedback.
-
AuthorPosts
The topic ‘Where can I set Parabola theme to left-align for all blockqotes?’ is closed to new replies.