As you can you see I have removed testimonial things now there is one problem. How do I remove the border in the midle? I want to remove it and drag everything down.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .featured_content .column-three { border-bottom: none; padding-bottom: 10px; margin-bottom: 10px; } You can adjust the value of margin and padding as per your requirement. This will solve your issue.