Hi, I would like my logo to not be so 'rigid'. I have attached some screenshots to try to demonstrate the effect I would like to achieve. The screenshots are not 'precise', but are merely to demonstrate how I would like the logo to 'overlap' the corner of the page. Is there any way to do this? Thank you.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header .logo a img { margin-left: -50px; margin-top: -80px; } body { margin-top: 70px; } Adjust the values of margin as per your requirement.