How to reduce the white space between navbar and slideshow?

Discussion in 'ReThink WordPress Theme' started by seowebmaster, Feb 7, 2016.

  1. seowebmaster

    seowebmaster New Member

    Joined:
    Dec 10, 2015
    Messages:
    7
    Likes Received:
    0
    Greetings!
    Please, can you help me How to reduce the white space between navbar and slideshow on http://toptenskincareproducts.com/

    I want to reduce the white space above the title of the homepage "Welcome to Top ten Skin Care producs".

    And my second question is about header insted of logo + amazon/adense.
    Please, see the attached printscreen .
    [​IMG]


    Thank you in advance for the help

    Daniel
    SEO WEBMASTER
    http://toptenskincareproducts.com/



     
  2. priya

    priya Guest

    Hello Daniel,

    Greetings from InkThemes!

    Regarding your first issue, i.e. to reduce the white space between navbar and slideshow..

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu {
        margin-bottom: -39px;
    }
    For your second issue,

    Actually, I am a bit confused with your second requirement...

    But still as I guess from your above words perhaps you are interested in the logo without Ad in your header part...

    So, if I am not wrong with your requirement, please follow the screenshot given below.

    ReThink_header_without_ad.png

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. seowebmaster

    seowebmaster New Member

    Joined:
    Dec 10, 2015
    Messages:
    7
    Likes Received:
    0
    Hi again Priya!

    The first issue is fixed thanks to you.

    Let's go to the second one.

    I don't want to keep the blank space, I want the logo/header to be stretched an act as a header.
    Please, see the attached image.

    [​IMG]


    Thank you in advance for the help

    Daniel
    SEO WEBMASTER
    http://toptenskincareproducts.com/
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .header .logo img {
        margin: 7px 0 -23px 0;
        width: 620px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page