badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Need to resize area occupying logo

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3512
    #3514
    Mowjee
    Participant

    I tried to make the following banner take up the entire space above the menu.
    The image that I would like to show in the whitespace above the menu.

    In order to do this, I changed the following:
    #site-title {
    font: 36px ‘Philosopher’, sans-serif;
    line-height: 0px;
    }

    #access {
    border-top: 0px solid #EAEAEA;
    border-bottom: 0px solid #EAEAEA;
    margin-left: 10px;
    }

    #site-title a img {
    vertical-align: inherit;
    max-width: 1038px;
    height: 150px;
    }

    .clearfix {
    margin: 0px;
    max-width: 1038px;
    }

    .hgroup-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    }

    While this works for the desktop, when I view the site on a smartphone or a tablet, the banner loses its responsiveness.

    Any help would be much appreciated.

    Thanks!

    #3528
    sovit ranjitkar
    Keymaster

    @Mowjee We just viewed your website in smartphones and everything is fine. We din’t found the banner loses responsiveness.

    Thank you!

    #3559
    Mowjee
    Participant

    Thank you for replying, Sovit.

    I rolled back some of the changes I had made in order for the banner to regain its responsiveness.

    Here’s what my banner looks like at the moment:
    This is screenshot of the website banner.

    I need the white area surrounding the banner image and upwards of the menu to be the same colour as the banner image background (turquoise).

    I have not been able to achieve this and I need to know how.

    Thanks

    #3569
    sovit ranjitkar
    Keymaster

    @Mowjee To change the header background as (turquoise) Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    #branding {
        background-color: #29C8D3;
    }
    #access {
        background-color: #FFFFFF;
    }

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you for using our theme.

    #3572
    Mowjee
    Participant

    Hi Sovit.

    This solved my problem.

    Thanks a ton!

    #3573
    sovit ranjitkar
    Keymaster

    Ok Great!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.