Button error

skypic 02 Mar, 2015
Hi,
the forum shows the buttons not in the correct manner and size (mouse over effect). For details please refer the pic attached.

May somebody can help.

Greetings

Roland
GreyHead 03 Mar, 2015
Hi Roland.

That looks like a CSS problem with the site template - as you can see the buttons display correctly here. Hard to say anything more from the image alone.

Bob
skypic 09 Mar, 2015
Hi Bob,

thank you very much for your reply. I'm using Artisteer to create Joomla-Templates. Could that be a reason.
May you can visit the website? I'll write a PM to you concerning the URL.

Roland
GreyHead 11 Mar, 2015
Hi Roland,

As I thought, the template CSS and the forum CSS are getting mixed up. If you add tmpl=component to the URL all is well but as soon as the template is added the styling breaks.

I'm afraid that I don't know enough about ChronoForums or your template to suggest a solution.

Bob
skypic 16 Mar, 2015
Hi Bob,

if I add tmpl=component everything works fine, but the template from the website, ceated with Artisteer, doesn't appears...
The questions is, how can I combine both templates? Are there any CSS possibilities?

Best Regards

Roland
skypic 28 Mar, 2015
1 Likes
Artisteer gives th following solution:

Add following lines to forum.css:

.chronoforums .btn, .chronoforums .btn:hover
{
height:auto!important;
font-size:12px!imporatnt;
padding:6px 12px!important;
line-height:1.4em!important;
font-weight:normal!important;
border: 1px solid #adadad!important;
margin:0!important;
}


.chronoforums .btn:hover
{
background:#ebebeb!important;
color:#333!important;
}

Thats it.
This topic is locked and no more replies can be posted.