Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

user agent stylesheet

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi
It seems the user agent stylesheet os overriding my custom.css.
Anyone any idea how I can get round this?
I can't even alter the values using Chrome to see any possible changes.

I'ms trying to reduce the space between paragraphs, and I think this is the setting which is stopping me:

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

Thanks

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hi Ian,

If you add the same style to your custom styling but with your own values it will override it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you add a link for the site I can check for you

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul - thanks for getting back to me.

This is the page I'm looking at:
www.bizzybounce.co.uk/newsite/index.php/about

I've tried replicating the user agent stylesheet settings, but changing the value, but it didn't work for me. Currently I've got it set to:

p {
color: #3d0d5a;
font-family: Arial,Helvetica,sans-serif;
font-size: 115%;
text-align: left;
margin-top:0em !important;
Margin-bottom:0em !important;
}

Thanks

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hi Ian,

If I'm looking at the home page it has br tags in the paragraph tags

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Doh!
Thanks Paul.
Best wishes
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
No probs :)

Done that myself before now

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers