1. abseve
  2. Commercial Templates
  3. Monday, 21 October 2013
  4.  Subscribe via email
Hi,
How do we reduced the space between the paragraph in PianoForte template?
It's like double space.
Just like the demo, you will see a double space between the paragraphs
Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To set your paragraph margin try adding the following to the Custom CSS field of your templates parameters where 16px is your new bottom margin (by default this is 32px)...


p {
margin-bottom: 16px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Didn't work - it moves the paragraph closer to the bottom but not the space in between paragraphs.
Do you have any other suggestions? It is very puzzling. I don't know why the template is without instruction how to change this settings.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Would you have a URL to an example of your spacing between each paragraph?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
The template demo is the same way. but here is the link
http://ersenvironmental.com/demo
Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Just like the demo, you will see a double space between the paragraphs
Thanks
I mentioned this from the start - now I have to wait another 24 hours before I hear from you again.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
We ask for a URL so we can see why the suggested CSS does not effect your paragraph spacing (http://www.joomla51.com/forum/support/commercial-templates/sticky-support-question-checklist).

Could you check the URL provided as it continually times out on us.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Just like the template demo - this won't time out.
http://demo.joomla51.com/?theme=PianoForte
You will see the spacing between paragraphs.
The code you sent me if bottom margin.

http://ersenvironmental.com/demo/
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Adding the already suggested CSS to the demo reduces the width between the paragraphs. A more forcefull way of applying this CSS to your template overriding any CSS of extensions on your site is the following...


p {
margin-bottom: 16px !important;
}


We are stil unable to access your site.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
I hate to ask your IP address to see if it's blocked but even if you can't, the demo is also setup the same way with extra spacing. I tried this code but in the template custom css in template mgr. but it doesn't change it. I lowers the bottom part but not decreased the space between paragraphs.
If you give your IP I will try to unblock it if it is.
Can you see it on the demo - you can see it from the demo - the spacing.
Does it work for you? try it on the demo template
Thanks
I attached the screenshot
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Our current IP is 109.77.179.237

We have tried the CSS on the template demo and it worked correctly. Please ensure you have done a full refresh on your browser after adding the CSS (CTRL + F5).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
I followed your instructions but the same results. I whitelisted your IP so you should be able to see the website
http://ersenvironmental.com/demo/
I want to provide you with the FTP credentials and Joomla backend admin credentials but I don't know how to send it you in private.

I added this code in template custom css
p {
margin-bottom: 16px !important;
}
but if you can view this url - there is no change - what this does is decrease the bottom margin but not the space between the paragraph..
http://ersenvironmental.com/demo

Here is what FIREBUG shows - I edited line


p {
margin-bottom: 16px !important;
}
p {
margin-bottom: 22px; ( this is nexus.css line 30 I changed this in the css before I opened a ticket)
padding-bottom: 0;
}
p {
margin-bottom: 10px;
margin-top: 0;
padding-bottom: 1px;
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry to say we are still unable to access your site. Details can be sent to info@joomla51.com however I suspect as with your site we would not be abale to access your server via FTP.

May I suggest sending us the source of the article. You can do this by selecting all of your article, right click and hit 'View selection source' (Firefox).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
<p>Environmental consulting experts serving the United States for over 17 years, headquartered in Jacksonville, Florida.</p>
<p>A certified Disadvantaged Business Enterprise (DBE). in both Georgia and Florida, a Minority Business Enterprise (MBE), and a City of Jacksonville certified Jacksonville Small and Emerging Business Enterprise (JSEB); ERS specializes in ecological assessment and documentation; vegetative community mapping; jurisdictional wetland delineations; threatened and endangered species evaluations; wildlife surveys; Environmental Impact Statements and Assessments (EIS and EA); mitigation planning and design; permitting for wetlands, protected species and mitigation banks; mitigation implementation and monitoring; habitat restoration; and protected species relocations.</p>
<p>Services are provided to both private and public sector clients for residential and commercial sites, transportation projects, parks, educational facilities, and Developments of Regional Impact (DRI). With a Qualified Airport Wildlife Biologist per FAA A/C 150/5200-36A on-staff, ERS is also an expert in the following environmental aviation areas: Wildlife Hazard Assessment (WHA), Wildlife Hazard Management Plans (WHMP), and Wildlife Hazard Training for Airport Personnel.</p>
  1. more than a month ago
  2. Commercial Templates
  3. # 13
Accepted Answer Pending Moderation
0
Votes
Undo
Without access to your site all I can suggest it to add the styling inline. To do so, using the html option in your editor convert all instance of <p> to the following....


<p style="margin-bottom: 5px"> 


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 14
Accepted Answer Pending Moderation
0
Votes
Undo
For your information this is the response we are getting when attempting to access your site...


The server at ersenvironmental.com is taking too long to respond.


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 15
Accepted Answer Pending Moderation
0
Votes
Undo
This code didn't work
<p style="margin-bottom: 5px>
This only adjust the margin from the bottom of the paragraph.
It does nothing to the space from between paragraph.
It still has the double space.

I added this to the custom css in template manager and even tried to change this in the css files.
  1. more than a month ago
  2. Commercial Templates
  3. # 16
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The following is to be used inline within your article, Set your article editor to CodeMirror in your Global Configuration and then add the following directly in to your article editor...


<p style="margin-bottom: 5px"> Your paragraph text goes here </p>


Failing that there is very little we can do until we can access your site and see why the previously added CSS is not working correctly.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 17
Accepted Answer Pending Moderation
0
Votes
Undo
Ok.. although incredibly slow it looks like we can now access your site. Have you since removed the below CSS from the Custom CSS field as it is not appearing in the source of your site...


p {
margin-bottom: 16px !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 18
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok