Change block-title width

Posted in: Newsmag
Post count: 7

Hello,

how can i change the block-title width to the complete block wrap?

I´ve used this custom code, but it dont runs:

.block-title{
width: 100%!important;
}

Thanks for help

block-title

Post count: 23312

Hello Bobby_Ocean,

Unfortunately, our theme does not have any such an option that allows you a way to change the width of the span block. You can use a bit of CSS code to increase the font size, like this -> http://screencast.com/t/y6r651bUEE9

.block-title>span {
font-size: 20px;
}

The result is here ->

Thanks for the message!

Post count: 7

hello i cant see a result.
I think you dont understand me.

Ugly
asdf

clear
asdfasdf

How can i change it ?
eventually with “raw-html” oder something else?

Post count: 23312

Hello Bobby_Ocean,

You should try to use the code below.

The code is ->

.block-title>a, .block-title>span {
width:130%;
}

Thanks.

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