Customization/setting options

Posted in: Newspaper
Post count: 31

Hi Support: this may be an visual composer question

1) How can I shrink the space between each visual block? I am working on my home page using your template but the there is a huge space between the header menu and the first block content
2) Do you have a block of display just to display article title and date?

Thanks

Post count: 7909

Hi,

1. Please provide a link so I can inspect this. Normally should not be a huge space: http://screencast.com/t/YkCjbUEhX0http://screencast.com/t/KjrTaZucYv4
2. You can use block 10 to display article title and date: http://screencast.com/t/7pikE827bht8

Thanks!

Post count: 31

Hi: thank you and the pictures showing.

I figured out my first questions, I think you have a reason for that, to narrow the space is in style ccs line 46, however, you set that page margin space for showing the path before the category view.

Thank you for block ten information

Post count: 7909

Hi,

If you want to decrease that padding please use css in Theme Panel > Custom Css: http://screencast.com/t/XS1eQY6VcCyZ

@media (min-width: 1200px) {
.td-grid-wrap {
padding: 49px 13px 0px 13px;
}

Glad that you figured out!

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