Architect Pro theme logo space

Home Forums All Other Themes Architect Pro theme logo space

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #174916
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi

    can you supply a fix so I can make the logo horizontal space larger please

    https://nigelstevenson.co.uk/new/contact/

    thanks

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

    Hi,

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

    Add this code there:

    .logo { width:36%; padding:10px 0;}
    .header_right { width:60%;}

    Regards,
    Dave

    #174923
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect but the mobile is now too small, can that be fixed as well please

    https://nigelstevenson.co.uk/new/wp-content/uploads/2021/02/mobilecapture.jpg

    thaks

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

    Hi,

    Kindly use this CSS:

    @media screen and (max-width:479px) {
    .logo, .header_right { width:100% !important;}
    }

    Regards,
    Dave

    #174928
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    double perfect πŸ˜‰

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

    πŸ™‚

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