Removing space between elements

Hi Guys,

I’m really struggling to work out how to remove excess white space between elements on my homepage.

The space between sections is fine, but the space between text elements within rows is far too excessive.

Does anyone know how I can reduce this?

(Furthermore, whilst I (potentially) still have your attention, how do I find out the ‘class name’ of what I want to style in css? How do I find out that an element is called .x-img for example?

Thanks,

L

Hello There,

Thanks for writing in!

Please add following CSS to remove/reduce space between text elements.

.x-text p{margin-bottom: 2px;}

Please refer following article more specifically first paragragraph to find out class name. https://theme.co/apex/forum/t/customizations-css-class-index/207

You can also watch following video for a visual walk-through that will help you get started with Google Chrome Inspect Element:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.