-
AuthorPosts
-
January 30, 2014 at 11:47 pm #217220
1) How do I reduce the spacing between the page title (the line below it) and the body text. Also the sidebar would need to be adjusted as well.http://ontariotraining.net/writing/business-writing/emails-work/
2) If a longer Title, the second word of the title gets dropped down with an extra space between the first word… http://ontariotraining.net/communication-skills/ (see on mobile, or smallest window view)
- This topic was modified 10 years, 9 months ago by oncorsolutions.
January 31, 2014 at 12:33 am #217226See these lines (one or both of theme) to change the spacing between the title of the page and the body :
#top .title_container .container{padding:10px 0;min-height: 56px;}
.title_container .main-title {margin: 0;font-size: 16px;position: relative;z-index: 2;min-height: 36px; line-height: 2.3em; top: 0;font-weight: 400;}January 31, 2014 at 2:57 am #217257Thanks for the response… however it did not seem to work :(
- This reply was modified 10 years, 9 months ago by oncorsolutions.
January 31, 2014 at 9:41 am #217336Try to remove browser cache and reload the page a few times.
January 31, 2014 at 5:22 pm #217531Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-.content, .sidebar { padding-top: 20px; }
2- Please refer to my post here to move breadcrumbs under page title as it is on Kriesi.at https://kriesi.at/support/topic/long-titles-overlapping-breadcrumbs/#post-195768
Cheers!
YigitJanuary 31, 2014 at 6:14 pm #217566Thanks! #1 worked perfectly.
For #2 it is not a breadcrumbs issue. Check out http://ontariotraining.net/communication-skills/ on a smartphone.
The title appears like this…
Performance
***extra spacing***
ManagementAny way to remove the extra space?
January 31, 2014 at 6:22 pm #217571Hi!
You can add following code to Quick CSS as well
@media only screen and (max-width: 989px) { .widget_nav_menu a { font-size: 11px; }}
Best regards,
YigitFebruary 4, 2014 at 9:34 pm #219652#2 is still not working. I decreased the text size of header 1 a bit, so more fit… but for any page with a longer title, I get the double space. See http://ontariotraining.net/writing/business-writing/grammar-review-what-you-need-to-know/ on a smart phone.
Thanks for your help!
February 4, 2014 at 9:38 pm #219655 -
AuthorPosts
- The topic ‘Spacing Issues’ is closed to new replies.