Strong Pro Header Padding

Home Forums All Other Themes Strong Pro Header Padding

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #54601
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Two things:

    1)In desktop view the telephone details and social media buttons are at different heights and are not centered. Would you have custom code for this?

    2)In Mobile view, The social media buttons are sitting directly on top of the telephone details so they need to be separated or the padding increased. Would you have custom code for this?

    Website is www.fitnessfortept.com

    Thanks

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

    Hi Derek,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS:

    .phonenumber { font-size:18px;}
    .head_right_box2 { margin-top:0;}
    .social-icons a:link, .social-icons a:visited { width:40px; height:43px; line-height:43px;}

    Regards,
    Dave

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

    This is for mobile:

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS:

    .head_right_area { margin-top:10px;}

    @media screen and ( max-width:479px) {
    .social-icons { margin:20px 0;}
    }

    Regards,
    Dave

    #54634
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Dave,

    That has lined them up on desktop but I’d prefer them to be centered in the header, like the logo is, instead of on the bottom?

    Also how do I slow down the testimonials speed as they are changing too fast?

    Mobile looks great, thanks.

    #54637
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Thanks for last update, Header is now centred perfectly on desktop.

    So just how do I slow down the testimonial speed?

    Also is there a way to move the sections on the homepage to different areas?

    I copied and pasted the details out to different sections but they are structured with set heights and I can’t change the heights myself as I can’t access the backend code?

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

    Hi Derek,

    You can change the testimonial speed from asset/js/complete.js file.

    You can manage the section height with the help of Custom CSS.

    Regards,
    Dave

    #54645
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Dave,

    How do I access that asset file?

    Also can you give me the custom CSS code for the height change?

    Thanks

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

    Replied you on another topic

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