I know this is far fetched anyway to help find how to remove this space?

Phreaddee

Super Moderator
Staff member
HTML:
...
<div class="col-1 col-pad"> 
<h2>cPanel Based!</h2> 
<div class="col-indent"> 
<span class="style4">CPanel is an amazing website managing tool 
that allows you to manage your website incredibly easy..</span>
...
it will be either the bottom margin on that particular h2
or the top margin/padding on .col-indent

<span class="style4"> really ought to just be <p>....
 

dwhs

New Member
HTML:
...
<div class="col-1 col-pad"> 
<h2>cPanel Based!</h2> 
<div class="col-indent"> 
<span class="style4">CPanel is an amazing website managing tool 
that allows you to manage your website incredibly easy..</span>
...
it will be either the bottom margin on that particular h2
or the top margin/padding on .col-indent

<span class="style4"> really ought to just be <p>....

Ahh it was in the header css, duh. Thanks! Much better now.
 
Top