Some changes to blockquote

Posted in: Newspaper
Post count: 84

Hello,

I have changed blockquote so something more suitable for my needs: http://screencast.com/t/KVxcrypSVT1

However, I don’t need all that margin on the left. I have checked my css and there shouldn’t be any margin at all. How do I do?

This is the code I am using:

.td-post-content blockquote p {
background-color: #FCFCFC;
border-left: 2px solid #E65A1E;
padding: 15px 23px 15px 23px;
position: relative;
margin: 0px 0px 0px 0px !important;
text-transform: none;
text-align: left !important;
color: #555555 !important;
}

Thank you.

Post count: 7909

Hi,

Please provide a link as I need to inspect this.

Thanks!

Post count: 84

I don’t have a link because I am using a local installation.

Is there anything I can do or do I have to wait until my website goes live?

Thank you.

Post count: 84

If I need to get you a different screenshot, I can do that.

  • This reply was modified 11 years by centennia.
Post count: 7909

Hi,

Please make sure that you don’t have padding there from Formats – http://screencast.com/t/SwbBYBkw Also you can try to change margin for blockquotes – http://screencast.com/t/Cf8eTHtBLT

.td-post-content blockquote {
margin-left: 0 !important;
}

This is the default css for blockquotes – http://screencast.com/t/LnyRQRz5pqA

Thanks!

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