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.

white border line

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

Hi

sorry - but even Firebug can't help me. Pls see here:

www.webwerk-berlin.de/cps/de/

In the first module on sidebar 1 you see a white 1px line. No idea where it comes from and where it is defined.

Anyone any idea?
vanbrel
  • Hans Bindewald's Avatar
  • Hans Bindewald
  • 12 Month basic
  • 46 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

Yep can see why you missed this one

.mainwrap h3:after, .mainwrap h2:after, .mainwrap legend:after {
height: 1px;
background: #fff;
content: "";
float: left;
width: 100%;
margin-top: 1px;
}

Its the background value showing through I think
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
To remove it add

#sidebar-1 h3:after {background: transparent;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you are unfamiliar with customising css check out

docs.joomlabamboo.com/zen-grid-framework-4/theme/customisation.html

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