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
and the elements here
I partially solved the problem by overriding the style:
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
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
-
- 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:
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;
}
-
- 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
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
-
- Senior Boarder
- teitbite
- Wed Jul 30, 2014 4:52 pm
-
- Moderator
- GK User
- Thu Jul 31, 2014 10:43 am
Hi Teitbite,
perfect solution!
Thank you very much,
chrisrbk
perfect solution!
Thank you very much,
chrisrbk
-
- Senior Boarder
- teitbite
- Fri Aug 01, 2014 2:33 pm
Hi
No problem. Glad I could help
No problem. Glad I could help
-
- Moderator
- GK User
- Thu Mar 12, 2015 11:53 pm
May I ask where the above code to fix this "bullet" problem must go?
-
- 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.
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.
-
- Moderator
8 posts
• Page 1 of 1