Skip Navigation

[Resolved] Content Template – Need to modify a little bit

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 8 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 8:00 – 11:00 8:00 – 11:00 7:00 – 10:00 6:00 – 8:00 7:00 – 11:00 -
- 12:00 – 15:00 12:00 – 15:00 13:00 – 16:00 13:00 – 17:00 14:00 – 16:00 -

Supporter timezone: Pacific/Niue (GMT-11:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by MicheleV864 8 years, 6 months ago.

Assisted by: Przemysław.

Author
Posts
#339958
Screen Shot 2015-10-14 at 7.56.39 AM.png

I am trying to: put spaces into a content template but not sure how to do that.

I visited this URL: hidden link
I expected to see:

Instead, I got: I would like to add some space after the search parameters/submit button. And to ALSO add a space between each of the links below it. Not sure how to modify the content template to do that. Here is the code for the loop outlet, which is what I think you might need to see...

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<table width="100%">
<wpv-loop wrap="4" pad="true">
[wpv-item index=1]
<tr>
<td>
[wpv-post-body view_template="Loop item in Career Resources: Apprentice Programs parametric search"]
</td>
[wpv-item index=other]
<td>
[wpv-post-body view_template="Loop item in Career Resources: Apprentice Programs parametric search"]
</td>
[wpv-item index=4]
<td>
[wpv-post-body view_template="Loop item in Career Resources: Apprentice Programs parametric search"]
</td>
</tr>
[wpv-item index=pad]
<td></td>
[wpv-item index=pad-last]
<td></td>
</tr>
</wpv-loop>
</table>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]

#339967

Hello,

Thank you for your questions. To make changes on your site, you should use CSS. In this particular case please copy the code from below and paste it in "CSS Editor" field on Content Template edit page.

form.js-wpv-filter-form-2340-CPID2332 {
    text-align: center;
}
form.js-wpv-filter-form-2340-CPID2332 > * {
    margin-right: 15px;
}

.wpb_wrapper table {
    margin-top: 40px;
}
.wpb_wrapper table td {
    padding: 10px;
}

Please let me know if there is anything else I can help you with.

#339980

Thank you so much!! that worked out perfectly.

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.