widening .div-container-fluid

Posted in: Newspaper
Post count: 17

Hi guys,

I’m trying to expand the div container-fluid size as so to make the gaps inbetween the container and the sides smaller (see below examples)

Current div.container-fluid:

Current container-fluid div

What i’m trying to achieve (example taken from post not homepage):

Trying to achieve

I don’t expect there to be an easy fix but if anybody knows what CSS specifically I need to work on/change, id be grateful!

Thanks in advance

Post count: 17
Post count: 6600

Hi,

You can use this css: http://screencast.com/t/zumdcf8g

.container-fluid {
padding-left: 0px;
padding-right: 0px;
}

Thanks

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