I wonder if this is possible, and if so, could someone show me how. My website: www.cctouring.co.za I would like the company name that is presently to the left of the main menu, to be moved to be centered between the social media icons and the search bar. Then I would like the main menu to be spread evenly accross the whole page. That way I can add new menus to the menu bar. Is it possible?
Hello, Please download "header.php" file attached and replace it with your current "header.php" file. Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .logo { padding-left: 285px; } @media only screen and (max-width: 959px) and (min-width: 768px){ .logo { padding-left: 200px!important; } } @media only screen and (max-width: 767px){ .logo { padding-left:50px!important; } } @media only screen and (max-width: 480px){ .logo { padding-left:20px!important; } } This will solve your issue. Thanks & Regards Gourav Shrivastava