Reduce space

Posted in: Newspaper
Post count: 26

I need to reduce spaces and margins , as I can change this setting …

thanks

http://www.apartlaserena.com.ar/newspaper/reducespace.jpg

Post count: 7909

Hi,

I don’t recommend to reduce to decrease this padding as it is part of the grid width. Modify it you will need to modify also the width of the theme. Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
The space above you ad can be reduced using custom css as there is a css that it is applied on custom ads: http://screencast.com/t/QZaw3ePO

.page .td-grid-wrap .td-a-rec-id-custom_ad_1 {
margin-bottom: 10px;
}

Change the number if you use a different custom ad and also if you use adsense code you have to use this class(change a with g) .td-g-rec-id-custom_ad_1

Thanks!

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