Problem with Visual Composer Spacing

Posted in: Newspaper
Post count: 33

Good evening,

I have a feeling this might be a dumb question, and I also have a feeling it might not be on a topic that you normally help with, but I really need some help with a simple spacing question.

Please take a look at http://www.mentalhealthsuggestions.com/contact. Look under the module titled “Contact Details,” which is of the “Text with title” sort.

It looks like this-

Mental Health Suggestions
1407 Woodlawn Ave

Wilmington, DE 19806

Email: brianzulbertiesq@

mentalhealthsuggestions.com.

I simply cannot figure how to erase the annoying double spacing in the module. I want to bring the line that says “Wilmington, DE 19806” up so it is just under the line that says “1407 Woodlawn Ave.” You know, like how any normal address is supposed to look. But the default behavior seems to be to double space each line from that point on. I need to know how to toggle back and forth between single and double spacing.

Thanks so much in advance.

Post count: 23312

Hello brianzulberti,

Please try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td_block_text_with_title p {
margin-bottom:0;
}

The result you should see here -> http://screencast.com/t/odsv1jNHsoa

Thanks.

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