Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
The icon that you’re using has a 16×16 pixels size. Try another one with 32×32 pixels size, and use .png instead of .ico.
Admin
Try this:
#header-menu > li {
font-size: 12px;
}Admin
Yea, I’ll definitely look into making it compatible.
Admin
You can use something like this:
#tweetandlike-buttons li:last-child {
display: block;
margin-top: 10px;
}Admin
Not sure I understand your question. You just need to place that CSS code into the theme’s Custom CSS options, or in your child theme’s
style.cssfile.Admin
Hurm..I’ll be looking into this issue. Problem is, different plugins will have different classes applied for the buttons wrapping divs, so it’s difficult to target all of them.
Try inserting this in the mobile theme’s Custom CSS instead:
.entry-content {
overflow-x: hidden;
}Admin
Admin
Use this instead:
.home #nav {
position: absolute;
width: 100%;
top: 550px;
}Admin
The icon size should be 32×32 pixels. When you do a search for icons on iconfinder.com, you can set the size filter so that the results show only the icons of that size.
