Skip Navigation

[Resolved] Layout Issue 3

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

Problem:
How to adjust layout's css issue

Solution:
You should adjust the CSS issue by adding custom CSS to Layout's CSS editor from: Toolset => Layouts CSS and JS editor

You can find proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/layout-issue-3/#post-626077

Relevant Documentation:

This support ticket is created 6 years, 8 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.

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 4 replies, has 2 voices.

Last updated by StephenD4019 6 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#625533

When you click on a company on the A to Z page it takes you to the company.

The company page needs to have a left margin on each line. Is it possible to do this please?

#625551

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - please share problem URL and how much margin you want to add - a screenshot will be helpful which illustrates your expected output.

#625665
left margin.JPG
company page.JPG

hidden link

Also when you click through on a company and the page it takes you to both new to have the same left margin as the quotes page -
hidden link

I have attached a screenshot of an individual company page and also one of the quotes page.

#626077

Minesh
Supporter

Languages: English (English )

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

I've added following CSS to Layouts CSS editor:

.single-company{
  padding-left:50px !important;
}

You can adjust left padding as per your need.

#626326

Thanks