Maintenance Service Pro

Home Forums All Other Themes Maintenance Service Pro

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #119556
    bigcountrykevinbigcountrykevin
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 1, 2019

    I am trying to reduce the area between the site logo (Header Option #4) and the Top Navigation bar. The area seems excessive. There is no excess area on my logo creating space. Please help, Thanks!
    www.A1QualityExteriors.com

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .logo { margin:45px 0 0px;}

    Regards,
    Chris

    #119666
    bigcountrykevinbigcountrykevin
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 1, 2019

    Thanks, that worked great!
    Another couple questions.
    1.) On mobile my logo distorts, how do I fix that?
    2.) On mobile, in the slider, the call to action buttons on the 4 slides I have used does not appear. It only shows a buffering/working, spinning circle. How can I fix that? (appears fine on desktop)

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo img { height:auto; width:auto;}
    body.site_boxed .nivoSlider { min-height: 100px !important;}
    .nivo-caption .slidebtn { display: table !important;}
    }

    Regards,
    Chris

    #119832
    bigcountrykevinbigcountrykevin
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 1, 2019

    null

    #119833
    bigcountrykevinbigcountrykevin
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 1, 2019

    That didn’t fix either problem.
    Current Custom CSS reads as follows:

    span.desc{display: none;}
    .logo { margin: 0px 0 0px;}
    @media screen and (max-width:479px) {
    .logo img { height:auto; width:auto;}
    body.site_boxed .nivoSlider { min-height: 100px !important;}
    .nivo-caption .slidebtn { display: table !important;}
    }

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo img { height:auto !important; width:auto !important;}
    body.site_boxed .nivoSlider { min-height: 100px !important;}
    .nivo-caption .slidebtn { display: table !important;}
    }

    Regards,
    Chris

    #119846
    bigcountrykevinbigcountrykevin
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 1, 2019

    No improvement.

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

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Chris

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

    Hi,

    Issue resolved.

    Regards,
    Chris

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