Blockquote styling – remove upper case in main and mobile theme and left-justify

Posted in: Newspaper
Post count: 32

Hi,

I am still having an issue with the blockquote styling.
I need the paragraphs to show, for the text not to be all caps in both the main and the mobile theme, and be left justified.
I have used the theme panel but I am not getting the results I want.
I am playing around with the css but I cannot make it anything but left justified.

blockquote {
font: 16px italic Georgia, serif;
width:500px;
padding-left: 70px;
padding-bottom: 18px;
padding-right: 10px;
margin: 5px;
text-indent: 23px;
text-align:justify;
}
Please help.
Page here.
http://bit.ly/2D2tIAR

Post count: 23312

Hi,

You should simply align to the lest your blockquotes with the following code below ->

.post blockquote p{
text-align: left;
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.