Is it possible to center the logo in the header? Currently it is on the left, I would like it centered. Thanks
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 (min-width: 768px){ .logo img{ float: right; margin-right: -75px; } } Thanks & Regards Pramod