html - How can I stop a text link to go up each time it is selected? -


i'm using blogger.

i have modified bit css of template, though can't find why each time link (section) selected goes up. @ first thought margin-top issue, don't find problem in actual css.

since don't know how deep can go css in blogger, don't know else do. tried using inspector in chrome there's nothing wrong or i'm blind.

take look: select link top , cry me.

http://safetyinsolitude.blogspot.mx/

add following css-selector:

.tabs-inner .widget li {       line-height: 3.2; } 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -