How to get a large logo with architect pro

Home Forums All Other Themes How to get a large logo with architect pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96599
    StuartStuart
    Participant
    • Topics: 26
    • Replies: 27
    • Total: 53
    Member since: April 29, 2016

    Hi.

    As per the title, I am using architect pro and when upload a logo it is small at the top.

    www.coolbeanswebdesign.com/cw3

    I would really like to have the logo the height of the menu banner in desktop mode but it only shows as tiny.

    Even if I increase the maximum height of the menu area the logo is only a fraction of the height and the menu bar is excessively deep.

    Can you help me?

    Thank you.
    Stuart

    #96642
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .logo img { height: auto; vertical-align: top;}
    .logo::before { height:100% !important;}
    .sitenav ul li a { padding:50px 0 40px 30px;}

    Regards,
    Dave

    #96682
    StuartStuart
    Participant
    • Topics: 26
    • Replies: 27
    • Total: 53
    Member since: April 29, 2016

    Brilliant thank you!

    How Can I reduce the gap around the logo?

    #96701
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .logo { width:auto; padding:15px 15px 15px 0;}
    .logo img { height: 90px;}

    Regards,
    Dave

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