Skip Navigation

[Resolved] Spacing on ‘Companies’ page

This thread is resolved. Here is a description of the problem and solution.

Problem:
How to add custom CSS to fix normal spacing issue

Solution:
You should have CSS knowledge in order to understand and fix such issue.

You can find proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/spacing-on-companies-page/#post-604219

Relevant Documentation:
=> https://toolset.com/documentation/user-guides/adding-custom-css-views/

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 4.96 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by StephenD4019 6 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#604122

This is the page:

hidden link

I would like spacing between each line. Example:
I cannot copy and paste due to formatting issues in this thread.

Please review the letter B although all letters have the same issue.
If the company has more than one line such as Bank of Scotland it looks messy. If there was a line's space between each line of results it would look clearer.

I cannot see how i can change this. Are you able to explain fully how this can be implemented please?

#604208

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As I understand - do you want to list each post list in different line?

#604213

I am happy with three per line but need a gap before the next line so they are easier to read.

I still need under each letter as it is now.

#604219

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok - I've added following code to your view's output editor's CSS section:

.add_space1{
  margin-top:10px !important;
}

And in content template section - it looks like now as given under:

<div class="add_space1"></div>
<div>[wpv-post-link]</div>

I see now it looks OK. Could you please confirm.

#604615

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Could you please confirm that this is resolved and so that I will start to work on your other issues.

#604879

Thanks