How can I to change logo size and no change the menu line

Discussion in 'BusinessGrow One Page WordPress Theme' started by kaizenweb, Apr 12, 2015.

Thread Status:
Not open for further replies.
  1. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Hi, how can I to change de logo size (increase) on the BusinessGrow theme, but I did not want increase the menu line. The logo shoul be overlap the slide image.

    Thanks.

    Cleiton
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Cleiton!

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen

     
  3. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Hi Praveen, please see attached the screenshot with my URL.
    I think the ideal size for this logo would be double that now.
    Please, tell me what is the best way.

    Thanks.

    Cleiton
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Cleiton!

    Please paste the code given below in custom css section
    (appearance -> theme options -> styling options -> custom css) of your dashboard.

    Code:
    #logo {
      padding-top: 0 !important;
      height: auto !important;
    }
    #logo img {
      max-height: 150px !important;
      width: 75px !important;
    }
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     
  5. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Hi Praveen, thanks for your help.
    I used this code and the logo was changed as I wanted, but the line of the menu was to change too. This line seens very wide.

    I used de code bellow that you sent do another user, and I got the result that I wanted, but there are an issue.
    When I roll down the screen and then return to the menu, the logo is not shown completely.

    How can I to fix this issue?

    Another question: how can I to do the menu (Home Page) appear not fixed if I want?

    The code used to my url: www.caoporte.com.br

    #logo{
    height:25px;
    }
    #logo img{
    max-height:160px;
    }

    Regards,

    Cleiton
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Cleiton!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #logo img {
      position: absolute;
      z-index: 50 !important;
    }
    Thanks,
    Praveen
     
    kaizenweb likes this.
  7. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Perfect, the issue was resolved.

    Thanks.

    Cleiton
     
Thread Status:
Not open for further replies.

Share This Page