Home › Forums › All Other Themes › Strong Pro Header Padding
- This topic has 7 replies, 2 voices, and was last updated 7 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 1, 2016 at 11:54 pm #54601
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
December 2, 2016 at 10:24 am #54629Hi 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,
DaveDecember 2, 2016 at 10:34 am #54633This 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,
DaveDecember 2, 2016 at 10:37 am #54634Hi 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.
December 2, 2016 at 10:42 am #54637Thanks 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?
December 2, 2016 at 11:37 am #54642Hi 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,
DaveDecember 2, 2016 at 11:42 am #54645Hi Dave,
How do I access that asset file?
Also can you give me the custom CSS code for the height change?
Thanks
December 5, 2016 at 6:42 am #54794Replied you on another topic
-
AuthorPosts
- You must be logged in to reply to this topic.