I don't want a line space after an H4.
In the custon CSS I tried h4.entry-title {
margin-bottom: 2px;
}
3 replies to this topic
#1
Posted 10 October 2012 - 02:06 AM
#2
Posted 10 October 2012 - 04:51 AM
Hi there,
If you could be a bit more specific on which area you're trying to edit on your site. I've had a look and I can't see any H4 titles, only H2 and H3. Let me know and we'll take a look for you
If you could be a bit more specific on which area you're trying to edit on your site. I've had a look and I can't see any H4 titles, only H2 and H3. Let me know and we'll take a look for you
#3
Posted 11 October 2012 - 03:55 AM
Hi
It's a new page - http://www.essentiallymen.net/bonding. The h4 is Here’s what fathers and sons say about the programme:.
I want to use h4s on other pages.
The auotline issue also applies to H1, H2 and H3 headings as well. I was expecting that there would be a common piece of code that could be linked to each of these headers.
Many thanks
It's a new page - http://www.essentiallymen.net/bonding. The h4 is Here’s what fathers and sons say about the programme:.
I want to use h4s on other pages.
The auotline issue also applies to H1, H2 and H3 headings as well. I was expecting that there would be a common piece of code that could be linked to each of these headers.
Many thanks
#4
Posted 11 October 2012 - 09:03 AM
Hi,
If you wish to remove the margin from the all header tags as well as paragraphs, then add the following CSS to your custom Code.
If you wish to remove the margin from the all header tags as well as paragraphs, then add the following CSS to your custom Code.
#site h1, #site h2, #site h3, #site h4, #site h5, #site h6, #site p, #site .p {
margin: 0em 0;
}
Also tagged with one or more of these keywords: h4
PageLines Framework →
Customizations →
Controlling the spacing for heading (H4)Started by loiborg , 16 Jan 2013 |
|
|











