Block Title Margin

Posted in: Newspaper
Post count: 6

Hello
Block title span contains an inline margin-right property ( my blog is Arabic ). i can’t find it in main css file.
I want to change it to margin-left. How it is possible?

Post count: 6
Post count: 22421

Hello notpedu,

You can change that by adding this custom CSS in the theme panel:
.block-title {
margin-left: 20px !important;
}

http://screencast.com/t/PomrQ1S88nPB
You can change the value to fit your content.

Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.