Problem with typography - size of characters

GK User
Fri Jan 13, 2017 12:26 pm
Hi all. I use typography class in my text, but there is small "icon" i.e. unordered list. Another text behind unordered list is ok. I think every is enabled in template. My code and example:
Code: Select all
<ul class="gkBullet2">
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ul>

Result is:
Image

But, when I add another code from demo like this:
Code: Select all
<div class="demo-typo-col4">
<div class="demo-typo_padd">
<ul class="gkBullet2">
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ul>
</div>
</div>

Result is:
Image

everything is ok. Why?
User avatar
Fresh Boarder

teitbite
Tue Jan 17, 2017 6:39 pm
Hi

I'm afraid I need to see it on live site. Can You please tell me the url to the page I'll be able to see it ?
User avatar
Moderator

GK User
Wed Jan 18, 2017 9:35 am
URL sended via PM, thank you
User avatar
Fresh Boarder

teitbite
Fri Jan 20, 2017 1:45 pm
Hi

CSS is compressed, so I think the order it was added makes a difference here. Just add this to override:

Code: Select all
.itemBody > ul li::before, .itemBody > div > ul li::before, ul.gkBullet1 li::before, #product-tabs-content dd::before {
    font-size: 13px;
    top: 3px;
}


so it will be styled again.
User avatar
Moderator

GK User
Fri Jan 20, 2017 2:43 pm
Thank you, works fine :) And for your information: now I disable CSS compression.
User avatar
Fresh Boarder

teitbite
Fri Jan 27, 2017 1:02 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron