Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #7212
    jccaro
    Member

    Can you please send code to remove this?  Thank you.

    http://www.familyancestree.com

    #7243
    Sakin
    Keymaster

    @jccaro: Just add the following CSS in “Custom CSS” box in Theme Options panel. Reduce the margin top as per your need.
    #homepage-message { margin-top: 10px; }

    #48035
    Stanley
    Participant

    Hi ,can you please tell me how to remove the white gap on the HOMEPAGE, between the TOP MENU and the HEADLINE message ?. website is ; beta.shenneljordan.com

    #48040
    Sakin
    Keymaster

    @Stanley: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #masthead {
        padding-bottom: 0;
    }
    #homepage-message {
        margin-top: 0;
    }
    #48518
    Stanley
    Participant

    I’ve added the css code you provided but I still have the white line

    #masthead {
    padding-bottom: 0;
    }
    #homepage-message {
    margin-top: 0;

    #48547
    Sakin
    Keymaster

    @Stanley: Oh that’s the border. You can add the following css:
    #homepage-message { border-color: #423031; }

    #48574
    Stanley
    Participant

    Thanks a lot Sakin, you are the best 🙂

    #48576
    Stanley
    Participant

    Hi Sakin

    I realized the website doesn’t fit well on Internet Explorer.

    please check the example below ;

    https://www.dropbox.com/s/912zhacn2nuqgtw/Internet%20exploere.jpg?dl=0

    it does not have problem on safari ;

    https://www.dropbox.com/s/da98vstwrdztho4/safari.png?dl=0

    Can you please tell me if I can remove this ;

    https://www.dropbox.com/s/7kfjivs7qh1v949/all%20webbrowsers.png?dl=0.

    thanks a lot for your help.

    beta.shenneljordan.com

    #48590
    Sakin
    Keymaster

    @Stanley: For homepage message issue, can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #homepage-message {
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
    }

    For border that you show in screenshot in homepage, you can add the following css:

    .home .site-content article {
        border-bottom: none;
    }
    #48614
    Stanley
    Participant

    Thanks a lot Sakin for the quick reply. the second code worked perfectly. I don’t have the grey line between article on the homepage anymore.

    However the first code didn’t fix the INTERNET EXPLORER problem. Please note the website is ok will other web browsers. the gap between header and headline message is now only in INTERNET EXPLORER..

    that example is internet explorer.

    https://www.dropbox.com/s/912zhacn2nuqgtw/Internet%20exploere.jpg?dl=0

    #48646
    Sakin
    Keymaster

    @Stanley: I think you are checking with the older version of Internet Explorer. As I just check in with Internet Explorer 11 and it works perfectly same.

    #48696
    Stanley
    Participant

    HI Sakin

    Thank’s a lot, you were right the internet explorer was not updated on my work computer. I updated it, everything is now working fine.

    Can you please tell me how I can removed or reduce the selected space on the following picture ?

    https://www.dropbox.com/s/fkpqu13j1u4jam5/2014-12-09%2015.29.29.jpg?dl=0

    beta.shenneljordan.com

    #48724
    Sakin
    Keymaster

    @Stanley: That all white spaces are coming from your page “Home”, you can edit that page and remove all empty <p></p> tags. To find those, you need to check in text mode in your page. See this screenshot which show where is text mode http://www.pinterest.com/pin/548594798332210926/

    #79378
    Stanley
    Participant

    Hi Sakin

    @Sakin
    I’m having a problem with the footer widget. I would like the pictures to be aligned horizontally. all side by side on the same line.

    my website is shenneljordan.com

    Thank you

    #79383
    Sakin
    Keymaster

    @Stanley: I see that you have added in the following css in your custom css which is causing issue. just remove it and it will be fine:
    #supplementary.three .widget-area { margin: 5; width: 33.33%; }

    #79404
    Stanley
    Participant

    @Sakin

    It worked .

    Thanks a lot for your constant outstanding support.

    #79416
    Sakin
    Keymaster

    @Stanley: Thanks for your appreciation 🙂

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Whitespace between featured post slider and homepage headline’ is closed to new replies.