Bullets needs to be fixed

Support desk for Multipurpose Quark Theme
GK User
Sun Mar 08, 2015 9:36 pm
Here you can see that bullets do behave incorrectly: https://yadi.sk/i/EValytaCf7q3D
I've tried to FireBug it and add
Code: Select all
.box li {
  padding: 0 0;
}

to override.css, but it makes everything only worse. Could you help, please?
Page we're talking about is http://v-boge.org/blog/tdjakes
User avatar
Platinum Boarder

GK User
Sun Mar 08, 2015 9:48 pm
Sorry, link to screenshot is: https://yadi.sk/i/GXRqnqZrf7qUT
User avatar
Platinum Boarder

GK User
Tue Mar 10, 2015 7:50 pm
Hello,

Please try to add the following CSS code under template settings -> advanced settings -> custom CSS code option:

Code: Select all
.gkNspPM-Highlights li:before {
  left: -40px;
  top: 0!important;
}
User avatar
Administrator

GK User
Tue Mar 10, 2015 8:21 pm
dziudek wrote:Please try to add


Added it to override.css - works! Perfecto! Thanks!

dziudek wrote:template settings -> advanced settings -> custom CSS code option


Is there any difference between Custom CSS code option and Override.css? I am just afraid that when I update template I'll forget to save those settings in Custom CSS code, so prefer to put it in Override.css
User avatar
Platinum Boarder

GK User
Tue Mar 10, 2015 8:40 pm
If you will update templat you will loose changes in the override.css file ;) The custom CSS code won't be affected by the template updates - additially you can save your template configuration so you can backup your custom css code.
User avatar
Administrator


cron