Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Social Icon Sizing problem

    #15966

    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

    In reply to: Adsense

    #15985

    No worries 🙂

    Admin

    In reply to: Update, Menu Problems

    #16007

    Try this:

    #header-menu > li {
    font-size: 12px;
    }
    Admin

    In reply to: bbPress 2.0 Beta 3 Incompatible?

    #15960

    Yea, I’ll definitely look into making it compatible.

    Admin

    In reply to: Custom color scheme and background

    #15430

    You can use something like this:

    #tweetandlike-buttons li:last-child {
    display: block;
    margin-top: 10px;
    }
    Admin

    In reply to: Static home page contents

    #15635

    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.css file.

    Admin

    In reply to: Custom color scheme and background

    #15428

    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

    In reply to: Adsense

    #15982

    Not by built-in option, like the Graphene theme has, but you can insert Mobile Adsense ads using a Text Widget and place it in one of the mobile theme’s widget areas.

    Admin

    In reply to: Make Slider full width, above nav menu?

    #15811

    Use this instead:

    .home #nav {
    position: absolute;
    width: 100%;
    top: 550px;
    }
    Admin

    In reply to: Social Icon Sizing problem

    #15964

    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.

Viewing 10 posts - 4,461 through 4,470 (of 6,030 total)