There is a lot of white space in the header section of the mobile version. On the desktop version I put a blank in the top right section so that nothing would show there since I already have the phone number in my logo. Q1-Is there a way to reduce the height of header section so that it is the height of logo and tap to call button. Q2- How can I center the text in the Lead Capture Settings section? I have the Lead Capture turned off.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px){ .header .logo { margin-bottom: 0; } ul.social_links { margin:0; } .call .social_logo { margin-top: 0; } .call-us p{ margin:0; } } .signupleft{ text-align:center; } Thanks & Regards Pramod