Hello, I wish to reduce the space between the logo and the top of the white area in the header. How can that be done? I also need a way to reduce the background area (so that the white area is placed at the top of the screen). How can I do that? http://ringbert.esy.es/ Best regards Christina
Hello Christina, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .logo { margin-top: 10px; } .container { margin-top: 20px; } It will resolve your issue. Thanks & Regards Yogesh Bhade