How can you get rid of the extra space that is made on every web page? Even the images are started after that blank space.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-content { padding-top: 0; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-heading-container { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade