Text next to copyrights not aline center to <1024px
-
HI ! Text next to copyrights not aline center to <1024px ? What can i do ? I deactivate the third party plugins
Attachments:
You must be
logged in to view attached files.
Hello,
Your issue has been resolved. I have updated the code in Theme Settings > Prefooter > Copyright > Text next to copyrights.
<img class="center-image-footer" style="background-color: #ffffff7a;padding: 3px;border-radius: 8px" width="200" src="https://stampilamea.md/wp-content/uploads/2024/07/pay.png" alt="payments">
Then add the following custom css code in Theme Settings > Custom Css > Custom CSS for mobile:
.center-image-footer {
margin: 0px 10px 0px 70px !important;
}
Best Regards.
I see the image is not center…
Attachments:
You must be
logged in to view attached files.
Hello,
I have checked your site and the image is in the center on a mobile device.
See Screenshot for clarification:
https://ibb.co/KX11Gb7
Check back after completely clearing the browser cache and check the issue.
Best Regards.
Yes but i need to center all displays =<1024 px not only smartphone. i think you understand this. I repeat is not center even on the smartphone, please see mai attached images.
*Two images are attaching
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the value as per your requirements.
@media (max-width: 1024px) {
.center-image-footer {
margin: 0px 10px 0px 70px !important;
}
}
Best Regards.
Hi !
The Theme with plants not display tabs. I have doing changing in the theme setting , in single product but do not appear tabs. What can i do ?
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to layouts > Edit single product layout with WP Bakery and add the product tabs widget in the layout.
Further, you can read more about the Layout Builder here:
https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Best Regards.