Undesired bullets using Widgetkit and 2xline height

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 27, 2012 10:28 pm
Reply with quote
Report this post
Hi,

I have a problem similiar to this unanswered forum post:
https://www.gavick.com/forums/130/bulle ... kit#p11246

When using Widgetkit, all widgets gets some bullet/list styling that not is intended (see attached pic). I have searched the css's without result.

Also the line height seems to get messed up (see attached pic) for a lot of 3rd party component. Sofar I have trouble with Mijoshop, J2store and Widgetkit.

Can someone please help me solve these problems?

Regards.
User avatar
Fresh Boarder

Konrad M
Tue Nov 27, 2012 10:57 pm
Reply with quote
Report this post
Hi,
without url I can't help you.
User avatar

GK User
Tue Nov 27, 2012 11:47 pm
Reply with quote
Report this post
Sorry about that - An URL showing the problem can be found here: https://beta2.senab.com/downloads

Regards.
User avatar
Fresh Boarder

Konrad M
Wed Nov 28, 2012 9:28 am
Reply with quote
Report this post
Please try add this to override.css
Code: Select all
.wk-slideset ul {
margin:0px !important;
}
.wk-slideset ul li {
padding:0px !important;
background:none !important;
}

and remember to enable override.css option in template settings.
User avatar


cron