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.

removing padding from breadcrumps onlu

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

HI there,

I am trying to remove the padding from the breadcrumps. I have tried several ways but it seems to work only if you remove the padding from the article content too. I need to preserve the article content padding but remove the padding from the breadcrumbs.

Please see photo attached.


Thanks
Attachments:
  • Jorge Cruz's Avatar
  • Jorge Cruz
  • 12 Month basic
  • 135 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you add a link for the site?

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

Thanks
  • Jorge Cruz's Avatar
  • Jorge Cruz
  • 12 Month basic
  • 135 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

As you have breacrumbs in the abovecontent position it's part of the content area

e.g. you can't remove the padding and it not affect both the abovecontent and the mainwrap (the content area)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You could remove the padding either in the template settings and then add it back or using the custom css file

e.g.

#mainwrap .zen-spotlight {padding:0;}

main {padding:0 2%;}

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You may also want to target the padding on the breadcrumb element

something like

#breadcrumbs {padding:10px 0 0 10px}

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

Worked perfectly!
  • Jorge Cruz's Avatar
  • Jorge Cruz
  • 12 Month basic
  • 135 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would check if you are using belowcontent or below - those may also need an adjustment

Cheers
  • 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