Support Forum

  • Page:
  • 1

How to get remove space character after JB symbol?

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

Hi,

I use a JB symbol in my menu bar. After adding a symbol, every time there is a space character after each symbol. This works in an article because afterwards a text is following. However, in the menu bar, I just want the symbol, which is supposed to be centered (see image). Because of this blank space, the symbol is not centered. Is it possible to remove/delete this blank space? If so, how?

wwwneu.moessinger.at/

Cheers

Bildschirmfoto2016-10-19um21.10.33.png
  • Stefan Waldhauser's Avatar
  • Stefan Waldhauser
  • 6 Month Developer
  • 28 posts
  • Karma: 0
Last Edit: 7 years 6 months ago by Stefan Waldhauser.
The administrator has disabled public write access.
Hi

Try adding these

.t3-megamenu .nav [class^="icon-"], .t3-megamenu .nav [class*=" icon-"] {
margin-right: 0px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Also

.t3-megamenu span.jbtype {margin-left:0;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Stefan Waldhauser
It works :) Thank you very much.
Cheers Stefan
  • Stefan Waldhauser's Avatar
  • Stefan Waldhauser
  • 6 Month Developer
  • 28 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Best of luck with the site

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