Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20641
    luismarioochoa
    Participant

    Hello Sakin,

    Wonderful Theme again. Can you please help me remove the white space where the Site Title goes right above the menu?

    In case i’d like to keep the Site Tittle. Can I change its color, reduce its high and center the title?

    How can I add Social Links to the Footer?

    Thank you so much in advance

    #20651
    Sakin
    Keymaster

    @luismarioochoa: Bit confused with your questions. Can you send me your site URL, so that I can visualized it.

    #20654
    luismarioochoa
    Participant

    I apologize Sakin, Here it is http://www.orlandocubajazz.com

    I got the Social Links to the Footer going.

    Still, I need help with the white area above the menu, right where the Site Tittle sits.

    I’d like to remove that white “space” (for now) but in case I change my mind later, I’d like to know how to reduce its high, change its color, modify the Site Title Color & Font as well as Center the Site Title.

    Thank you so much in advance

    Luis

    #20657
    Sakin
    Keymaster

    @luismarioochoa: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the padding as per your need to reduce the white space.

    /* For Site Title center alignment */
    #header-left {
        text-align: center;
        width: 100%;
    }
    @media screen and (min-width: 769px) {
    /* For Top Padding */
    #hgroup { padding-top: 50px; }
    /* For Bottom Padding */
    #hgroup-wrap { padding-bottom: 50px; }
    }
    #20712

    Hello Sakin,

    I’m using your comments to modify my site quite often – thanks a lot!!!

    my site is http://www.3bulavki.com.ua
    How can I remove white space above the menu line? I tried advises above but it did not work. Thanks!

    Julia

    #20717
    Sakin
    Keymaster

    @Yuliya Gaznyuk: Hello Julia, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove White Space For Site Title and more’ is closed to new replies.