To place block to the center

Posted in: Newspaper
Post count: 224

Hi!
Could you help me, i need to place the block to the center on my home page balkonsami.ru, but can’t find how to do it..
http://files.webfile.ru/9127e20bac464170f3129958065fbfaf

Post count: 6600

Hi,

Use this css: http://screencast.com/t/3JyM6HtAy

.row-fluid .span4 {
width: 30.3%;
}

Thanks

Post count: 224

It doesn’t work right for me coz my content part is larger then 70% and if i make sidebar 30% in this case it goes down my content part.
Is there a way to add a custom class only for this block? Or to add margin to the first post of this block on the left?

Post count: 6600

Hi,

You can set a custom class on the row and use that, like this: http://screencast.com/t/ffobFoCKvM
Or you can use this class which is unique for that block and set the margin like this: http://screencast.com/t/cuz1FCq3AcXw or set the width like this: http://screencast.com/t/PdwU1PE2oE

Here is the css i used:

.vc_custom_1413303079952 .td_block4 .wpb_row {
margin-left: 40px !important;
}
.vc_custom_1413303079952 .row-fluid .span4 {
width: 30.3%;
}

Thanks

Post count: 224

Great, thank you!

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