Line spacing

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Mar 03, 2015 7:05 am
Screen Shot 2015-03-03 at 07.01.49-no1.png
Drives me nuts. Too much spacing then too little. See http://www.parhelion.com.

Section We’re an Edison Award finalist on main page

Too much spacing:
After ...drive for innovation, creativity and ingenuity. Before ...Our LDG bulb is now Edison Awards 2015 Finalist – Gold, Silver or Bronze see attachment 1

Too little (or no) line spacing:
Around LDG Bulb (bold) see attachment 2
User avatar
Senior Boarder

GK User
Tue Mar 03, 2015 8:30 am
Hi,

You've probably changed the default syntax, try to add this code to decrease first space:
Code: Select all
.gk-horizontal-slide-left-column {
   padding-top: 30px;
}


Regarding the second issue, do you want to start LDG Bult in new line? Try to use header i.e.
<h3><strong>LGD bulb</strong></h3>
User avatar
Moderator

GK User
Tue Mar 03, 2015 1:33 pm
First issue: where to add this code?

<p class="gk-centered">Since 1987, the Edison Awards™ have recognized and honored some of the most innovative new products, services and business leaders in the world. The Awards are named after Thomas Alva Edison (1847-1931) whose extraordinary new product and market development methods garnered him 1,093 U.S. patents and made him a household name across the world. The Edison Awards symbolize the persistence and excellence personified by Thomas Edison, while also strengthening the human drive for innovation, creativity and ingenuity.</p>

<div class="gk-horizontal-slide">
<div class="gk-horizontal-slide-left-column">{padding-top: 30px;}
<h2>Our LDG bulb is now Edison Awards 2015 Finalist - Gold, Silver or Bronze</h2>
LDG Light Bulb by Parhelion has been named a 2015 Award Finalist by the internationally renowned Edison Awards™. The distinguished awards, inspired by Thomas Edison’s persistence and inventiveness.
User avatar
Senior Boarder

GK User
Tue Mar 03, 2015 1:40 pm
Screen Shot 2015-03-03 at 13.37.43.png


In CMS Editor looks perfect, in live website it is just looking different. It is messy, maybe WP issue
User avatar
Senior Boarder

GK User
Tue Mar 03, 2015 11:14 pm
The code should be added into Simplicity/css/override.css file or use any custom css plugin:
https://www.gavick.com/blog/adding-cust ... ress-theme

and you have following syntax error on your frontpage:
Code: Select all
 Line 38, Column 7: end tag for "BODY" which is not finished
</BODY>

Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

Please check the syntax of your frontpage sections
User avatar
Moderator


cron