Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags cant not click #16

Closed
edwardstudy opened this issue Nov 1, 2014 · 3 comments
Closed

Tags cant not click #16

edwardstudy opened this issue Nov 1, 2014 · 3 comments
Labels

Comments

@edwardstudy
Copy link

Hi, Thank you because I have used your theme on my blog,but I think it has a problem of "click tags".
When I go to homepage, the second tag and others can not click right way in left sidebar(class="sidebar text-right meta")(only one tag can be clicked), so I changed the css of article
lick that

article {
    -webkit-animation-delay:1.25s;
    animation-delay:1.25s;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    padding:0px 0 40px;
    margin-top: 80px;
}

Is it a good way to fix it, or maybe you have a better way?

Thx.

@haydenbleasel
Copy link
Contributor

The article tag is overlapping the absolute-positioned .sidebar element. I'll fix this up when I get a chance, sorry!

@edwardstudy
Copy link
Author

I'm really looking forward to seeing your fix,^_^

@kyleroche
Copy link

I used this... I think it has less of an offensive whitespace than the 80px. But seems to work fine:

article {
-webkit-animation-delay:1.25s;
animation-delay:1.25s;
-webkit-animation-duration:1s;
animation-duration:1s;
padding:40px 0;
position: relative;
width: 700px;
margin: 0px auto;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants