Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Another Comments issue

    #48807

    Which browser is she using? Perhaps she’s blocking cookies which is used by WordPress to identify the current commenter?

    Admin

    In reply to: add "read more button" in page excerpt

    #48806

    Have you tried the option Customizer > Graphene: Display > Excerpts > Show More link for manual excerpts?

    Admin

    In reply to: Archives Page Selection

    #48805

    Please provide the link to your site so that we can take a look.

    Admin

    In reply to: The images in the slider do not appear anymore

    #48804

    Please provide the link to your site so that we can take a look.

    Admin

    In reply to: Customizer empty after Update to WP4.9

    #48803

    Thanks for sharing!

    Admin

    In reply to: How do you reduce font size in sidebar one

    #48802

    Copy and paste this code into Additional CSS:

    #sidebar1 {
       font-size: 1em;
    }
    

    Adjust the size as necessary.

    Admin

    In reply to: Header Image

    #48801

    This was a bug which has been fixed in the latest version. Just update the theme in WordPress and the issue should be resolved.

    Admin

    In reply to: 2.x: Dropdown menu item width

    #48800

    Please provide the URL to your site so that we can take a look.

    Admin

    In reply to: Transparency since recent update

    #48798

    Please provide the link to your site so that we can take a look.

    Admin

    In reply to: Header image does not resize properly on mobile device

    #48797

    Your header image have a very wide aspect ratio. The theme now fits the header image to the screen size, no matter what the screen size is (i.e. responsive). That is why it appears to be very small.

    You can adjust the sizing on mobile using this CSS code:

    @media (max-width: 767px) {
    #header img {
        width: 200%;
        margin-left: -50%;
        height: auto;
    }
    }
    

Viewing 10 posts - 601 through 610 (of 6,030 total)