bullet in k2 item

GK User
Wed Jul 13, 2016 10:59 pm
Hi,

I'd like to use the gkbullet2,gkbullet3 or gkbullet4 in k2 item. At the top of item I'd like allow change the height of font or print the item for exemple. But if I put class="gkbullet2" in ul tag in a item the bullet apear at the top of item and not in the enurameration. For exemple, you can see it in;

http://institutdosrius.cat/index.php/projecte-educatiu/innovacio

How can I solve the problem?

Thank you in advance
User avatar
Senior Boarder

teitbite
Sat Jul 16, 2016 10:13 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemBody > ul li, .itemBody > div > ul li, ul.gkBullet1 li, ul.gkBullet2 li, ul.gkBullet3 li, ul.gkBullet4 li, .itemBody > div > ul.gkBullet1 li, .itemBody > div > ul.gkBullet2 li, .itemBody > div > ul.gkBullet3 li, .itemBody > div > ul.gkBullet4 li {
    position: relative;
}
User avatar
Moderator

GK User
Mon Jul 18, 2016 7:16 am
Thanks you Teitbite it works perfectly,

But if there ara lists inside list, How can I indent the bullet?
For example I'd like to indent the gkbullet3 in this page

http://institutdosrius.cat/index.php/projectes/treball-globalitzat
User avatar
Senior Boarder

teitbite
Wed Jul 20, 2016 7:34 pm
Hi

I cannot see a list inside list, like I mean:

Code: Select all
<ul>
<li></li>
<li>
    <ul>
        <li></li>
     </ul>
</li>
</ul>


but I would add a margin on left side with a code like :

Code: Select all
#gkMainbody ul ul {
margin-left: 20px;
}
User avatar
Moderator

GK User
Wed Jul 20, 2016 9:03 pm
Sorry I'll do more or less that you say and it works correctly.

Now the last problem is that I can't change the bullet when de list is inside as you can see at: http://institutdosrius.cat/index.php/projectes/treball-globalitzat

I'd like in the inside enumeration show the gkbullet3 not the gkbullet4

Can you help me.

Thank you very much
User avatar
Senior Boarder

teitbite
Sun Jul 24, 2016 8:54 pm
Hi

Ok. I have no idea. structure is made the way that it doesn't allow that. Please send me an access to FTP I'll need to try override typography style.
User avatar
Moderator


cron