Hi Can you please send me the code to centre the logo on local business theme and have that only on the top of the page... no contact info on RHS. I have attached an image for you. Kind regards, Jo
Hello Jo, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .call-us { display: none; } .header .logo { margin-right: -30px; text-align: right; } It will resolve your issue. Thanks & Regards Yogesh Bhade