Reduce Space Between Sections

Posted in: Newspaper
Post count: 85

Hey guys,

How can I reduce the space between these two sections on my Woocommerce Shop page?

Back end – http://www.screencast.com/t/zNkyN5nvki
Front end – http://www.screencast.com/t/PQFBhAzTvcyh

Any help would be greatly appreciated. Thanks.

Yuri

Post count: 7909

Please add an extra class to your text block – http://screencast.com/t/Me5TQvLc0 and add this custom css in Theme Panel to reduce margin bottom for your text block – http://screencast.com/t/MttminpQOn

.test {
margin-bottom: 10px;
}

Thanks!

Post count: 85

Hi Alin,

It’s not a text block.

It’s a “text with title” block and there’s no option for an extra class.

The spacing I’d like to see is similar to what’s found here on the demo site page – http://demo.tagdiv.com/newspaper_tech/shop/

Post count: 7909

Hi,

We use there featured product shortcode in a text block and for the title we use html and the css is applied like on any block title – http://screencast.com/t/3hdEbosqGh
You can use a text block, change to html editor and add you title – http://screencast.com/t/l2UiaJHAhttp://screencast.com/t/Tc2h6lfzC1xm Use this html for title:

<div class="block-title"><label>Your title</label></div>

Thanks!

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