-
AuthorPosts
-
April 29, 2015 at 2:08 pm #436659
Hi
I want to add some spacing between the times and the description in the heading in the Agenda accordion on http://dentists.theimplantcentre.com/cpd-test/ please can you advise how I do this.
April 29, 2015 at 9:07 pm #437051Hey Rupert!
Add this to your custom CSS.
.single_toggle b { padding-left: 5px !important; }
Regards,
ElliottApril 29, 2015 at 9:19 pm #437064Many thanks Elliott
I’ve got a strange gap after ‘Lunch’ which shouldn’t be there. Plus the times after lunch are bold when they should be.
Also is it possible to make some of them not accordion i.e. they can’t be clicked on e.g. the various breaks in the day (1, 3, 6 & 9).
Many thanks
April 30, 2015 at 10:32 am #437291Sorry it should have said …. Plus the times after lunch are bold when they shouldn’t be.
April 30, 2015 at 11:08 am #437314P.P.S. actually looking at it more closely all the text after lunch (and the gap) is in bold, both in the heading and the text in the drop down. They should all look like the ones above lunch i.e. the only thing in bold is the lecture heading.
April 30, 2015 at 2:26 pm #437454Hey!
Please add following code to Quick CSS as well
.toggler { font-weight: normal; }
Regards,
YigitApril 30, 2015 at 2:30 pm #437460That’s great many thanks but the text in the toggled open windows below lunch are still bold & I still have the strange gap after lunch
http://dentists.admin.theimplantcentre.com/wp-content/uploads/sites/4/2015/04/Screen-Shot-2015-04-30-at-13.28.27.pngApril 30, 2015 at 2:36 pm #437464Hey!
Please add following code to Quick CSS as well
.page-id-1663 .av_toggle_section:nth-child(6) .single_toggle { margin-bottom: -23px; }
I cannot see “bold” issue anymore and after applying the code it should look like this – http://i.imgur.com/UaiGaUL.png
Cheers!
YigitApril 30, 2015 at 2:41 pm #437469The bold issue is inside the toggled item below lunch
http://dentists.admin.theimplantcentre.com/wp-content/uploads/sites/4/2015/04/Screen-Shot-2015-04-30-at-13.39.46.pngApril 30, 2015 at 2:45 pm #437472Hi!
Please add following code to Quick CSS as well
.toggle_content p { font-weight: normal; }
Best regards,
YigitApril 30, 2015 at 2:46 pm #437476Thanks Yigit, one more thing this text should be grey not blue
April 30, 2015 at 2:49 pm #437479Hi!
Please change the code i posted in my previous post to following one
.toggle_content p { font-weight: normal; color: #555; }
Cheers!
YigitApril 30, 2015 at 2:58 pm #437485Great, as always many thanks for your help.
April 30, 2015 at 3:00 pm #437487 -
AuthorPosts
- The topic ‘Adding spacing’ is closed to new replies.