Widgetkit vs typography.style1 - bullet list

GK User
Thu Jul 24, 2014 4:46 pm
Hi everybody,
I'm having a problem with Widgetkit in a simple article.
My gallery/slideset keeps typography style conditions and insert a bullet and padding before the images or nav icons.

An example here
gallery_bullet.JPG

and the elements here
gallery_bullet_elements.JPG


I partially solved the problem by overriding the style:
Code: Select all
}
.wk-gallery-slider ul li {
  padding:0px !important;
  position: inherit;
}


So I eliminated the padding and the bullets remain.
If I comment: position: inherit !important;
the bullets disappear in the gallery but a bullet appears in the top of the page.
See: http://www.claym.it/test1/index.php/prodotti/porte-per-interni/porte-laccate

Could anyone help me please?
Thank you very much,
chrisrbk
User avatar
Senior Boarder

teitbite
Mon Jul 28, 2014 9:43 am
Hi

Looks like You have solved the problem. I presume by adding this to override.css:

Code: Select all
.wk-gallery-slider ul li {
    padding: 0 !important;
    position: inherit !important;
}
User avatar
Moderator

GK User
Mon Jul 28, 2014 2:23 pm
Hi Teitbite,
that's what I did, but the bullet have simply changed position.
As you can see it appears now beside the title of the page before the image ("Porte laccate").
http://www.claym.it/test1/index.php/prodotti/porte-per-interni/porte-laccate

Any idea to definitely solve the issue?
Thank you very much for your help,
chrisrbk
User avatar
Senior Boarder

teitbite
Wed Jul 30, 2014 4:52 pm
Hi

I see.

Code: Select all
.wk-gallery-slider ul li:before {
content: "" !important;
}
User avatar
Moderator

GK User
Thu Jul 31, 2014 10:43 am
Hi Teitbite,
perfect solution!

Thank you very much,
chrisrbk
User avatar
Senior Boarder

teitbite
Fri Aug 01, 2014 2:33 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Thu Mar 12, 2015 11:53 pm
May I ask where the above code to fix this "bullet" problem must go?
User avatar
Fresh Boarder

teitbite
Sat Mar 14, 2015 3:10 pm
Hi

Every css changes should be placed in override.css file and override needs to be enabled in template settings. This way keeping changes during an update require to keep only one file from overwritting.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.