Hello,
I have update the theme to 3.0.1 and have made some changes to one of the pages. Now when I view it the spacing after the text boxes has disappeared.
http://www.sbbusinessforum.org/steering-group/ is the page I have edited. You will see the space after each profile is very tight.
http://www.sbbusinessforum.org/current-issues/ is an example of how the spacing between sections used to look before.
Any ideas as to what I need to do?
Thanks
Hey Giles!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
#main .template-page .entry-content-wrapper > div {
margin-top: 20px !important;
}
If you want to limit it to the given page:
.page-id-15 #main .template-page .entry-content-wrapper > div {
margin-top: 20px !important;
}
Cheers!
Günter
Gunter,
Sorted! Many thanks.
Giles