Instyle list formatting trouble

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Fri Mar 13, 2015 2:24 pm
Reply with quote
Report this post
Hi. Could you help me with lists?

I made a two types of lists for my products description: with numbers, and with bullets.
I used internal editor for making list types (see screenshots).

Image

In the internal editor window my lists looks correctly, but in the product page bullet list looks not like in the editor - there are no bullets and margins.

Image

Please, help me to solve this problem.
Link to page: http://www.niktes.ru/index.php/magazin/ ... %81-detail
User avatar
Fresh Boarder

teitbite
Sat Mar 14, 2015 1:06 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMainbody ul {
    padding: 0 0 0 40px;
}

#gkMainbody ul li {
    list-style: inside none disc;
}
User avatar
Moderator

GK User
Sun Mar 15, 2015 1:46 pm
Reply with quote
Report this post
Thanks teitbite! It's works.
User avatar
Fresh Boarder

GK User
Sun Mar 15, 2015 6:36 pm
Reply with quote
Report this post
TeitBite, I found a litte ltrouble.
If i browsing this page in Google Chrome browser - page looks correct. If i browse this page in IE 11, i have some issues with bullets and margins. Please, see screenshot. Can i fix this?

Image
User avatar
Fresh Boarder

GK User
Sun Mar 15, 2015 7:19 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

teitbite
Tue Mar 17, 2015 11:16 am
Reply with quote
Report this post
Hi

Try replace one of this css lines I have You before with this:

Code: Select all
#gkMainbody ul li {
    list-style: inherit;
}
User avatar
Moderator


cron