Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom_footer_content .footer_nav li a { background: none; } This will solve your issue.
Hello, Could you please specify us your issue with the help of screenshot images that which space you want to remove and also share us your website link.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom_footer_content .footer_nav li { margin-left: 0px; } .bottom_footer_content .footer_nav li a { padding-right: 10px; } This will solve your issue.