Size of logo

Discussion in 'One Page Pro WordPress Theme' started by adamstrumidlo, Dec 29, 2016.

Tags:
Thread Status:
Not open for further replies.
  1. adamstrumidlo

    adamstrumidlo New Member

    Joined:
    Dec 26, 2016
    Messages:
    14
    Likes Received:
    0
    Hi,
    I have a problem with logo image - what size does it have to be?
    I tried some options and the navigation bar gets higher everytime, so it's higher than the HOME/ABOUT US buttons... The nav bar is patchy. I think I make a mistake but I don't know where.
    I'll be very pleased if you could help :)
    Thanks!
    A.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You must use logo image of size 280x45px and use following custom CSS code in Dashboard->Appearance->Customizer->Theme Settings->Custom Settings->Custom CSS
    Code:
    .header .logo a img {   
        max-width: 100%;
        height: auto;
    }
    
    This will help you to figure it out and resolve the issue(s).

    Regarding your other issues, It would be better for us to understand it with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. adamstrumidlo

    adamstrumidlo New Member

    Joined:
    Dec 26, 2016
    Messages:
    14
    Likes Received:
    0
    Hi!
    Thanks for your reply. Unfortunately, it didn't help.
    Here is the screenshot:
    https://goo.gl/u5IT3G
    I'm looking forward to any advice.
     
  4. adamstrumidlo

    adamstrumidlo New Member

    Joined:
    Dec 26, 2016
    Messages:
    14
    Likes Received:
    0
    I want to ask also about changing the color of buttons in menu -"HOME", and of the strip below the button on slider (button is black and below is a strip). I marked both things.
     
  5. shruti26

    shruti26 Guest

    Hi,

    Please grant us permission to view the screenshot, I have sent you a request for the same.

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution.

    Looking forward to hearing from you soon.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  6. adamstrumidlo

    adamstrumidlo New Member

    Joined:
    Dec 26, 2016
    Messages:
    14
    Likes Received:
    0
    The screenshot is public now, so you should see it.
    Regards,
    Adam
     
  7. shruti26

    shruti26 Guest

    Hi Adam,

    It's visible now :)

    Here are the solutions to all your queries:

    To change the size of the Logo just paste the code given below in Custom CSS section
    (Dashboard->Appearance->Customizer->Theme Settings->Custom Settings->Custom CSS ) of your dashboard.

    Code:
    a img {
        max-width: 135px;
        height: 25px;
    }
    
    To change the color of the strip below the button on the slider just paste the code given below in Custom CSS section
    (Dashboard->Appearance->Customizer->Theme Settings->Custom Settings->Custom CSS ) of your dashboard.

    Code:
    .slider_caption .slider_button {
        border-bottom: 2px solid #70510e;
    }
    
    To change the color of the active button on the Menu Bar just choose the desired color from:
    (Dashboard->Appearance->Customizer->Header Settings->Color Settings->Active Menu-List Background Color) of your dashboard.

    Note:- Please change the values for the width and height accordingly.

    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  8. adamstrumidlo

    adamstrumidlo New Member

    Joined:
    Dec 26, 2016
    Messages:
    14
    Likes Received:
    0
    Hi Shruti,
    It did not help at all. The colors are now OK, thanks :) but the height of menu bar is still not good or the logo image becomes too small and as you can see on the screenshot below - there is some space between menu bar and slider. That's not what I want.
    https://drive.google.com/file/d/0B3iIysMuMoQbTTN2ZUlCMXhDS1U/view?usp=sharing
    Please, give me good size of logo image as I can prepare it properly and just put it on the right place.
     
  9. shruti26

    shruti26 Guest

    Hi,

    Send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :


    We will do it for you.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  10. shruti26

    shruti26 Guest

    Hi,

    I would like to tell you that we have fixed the issues on your site.

    Please have a look at it and acknowledge us for the same.

    Have a good day :)

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  11. adamstrumidlo

    adamstrumidlo New Member

    Joined:
    Dec 26, 2016
    Messages:
    14
    Likes Received:
    0
    Hi,

    Shruti, thanks a lot! It looks great now :)

    Have a nice day! :)
    Best regards,
    Adam
     
  12. shruti26

    shruti26 Guest

    That sounds great :)

    Feel free to contact us if you have any questions.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page