Hello, 1. For the Logo issue, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .logo { float: right; } .logo a img { margin-right: -115px; } @media only screen and (min-width: 767px) and (max-width: 960px) { .header .logo { float: none; } .logo a img { margin-right: 0px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .header .logo { float: none; } .logo a img { margin-right: 0px; } } @media only screen and (max-width: 480px) { .header .logo { float: none; } .logo a img { margin-right: 0px; } } This will solve your logo issue. 2. For the Footer widget issue, Go to the sidebar-footer.php file present in your Theme Directory and edit the code as shown in the image given below. This will solve your footer widget issue.
Hello, Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check and resolve your issue.