This topic has 8 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Tony Rodriguez
While viewing on mobile there’s some extra white space between body and footer. How do I remove this?
Hello, @Anoop S Kumar,
In order to solve your issue.please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Mobile (0 – 480px) and check back to your site after removing the browser cache.
@media only screen and (max-width: 480px)
.content-page, .page-content {
padding-bottom: 0px !important;
}
Regards 8Themes Team.
How can I upload images here? I had a few more doubts.
Hello, @Anoop S Kumar,
You may upload the screenshots on https://postimages.org/ and paste the links here.
Regards 8Themes Team.
How can I add margin to the dropdown values in All category dropdown in search widget?
Hello, @Anoop S Kumar,
Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global and check back your site after removing the browser cache.
.et_element.et_b_header-search .input-row.flex.align-items-center select#product_cat-400 {
padding-left: 10px !important;
}
Regards 8Themes Team.
When I same a page and go back to that page, my fonts and styles aren’t applying.
on elementor edit page : https://postimg.cc/WtHYFj7p
on customize page : https://postimg.cc/CznPbtvG
page: https://postimg.cc/PNgznq4D
Hello, @Anoop S Kumar,
That is because you have set the font from Elementor element settings as well which is overriding the global theme options fonts, please see this screenshot: https://postimg.cc/7fxVk5WX
So you have to find and remove that option or CSS and it will solve your issue, you can try to edit the element on the page and check in the element settings.
Otherwise, please share your site WP Admin Login URL and Credentials with me, in the private content area of this topic, so that I’ll check and help you out further.
WP Admin URL:
WP Admin Username:
WP Admin Password:
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up