This topic has 12 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Tony Rodriguez
When I activate the Dokan plugin, the product page of the vendor’s Dashboard menu is squeezed because of the sidebar:
And the product table has a broken layout.
This sidebar is the same one I use on the Blog. Is there a way to delete it from the dashboard page and keep it on the blog?
And as for the breakdown of the product table layout, would there be a way to solve this?
Thanks,
Stelio
Hello @Stelio,
We hope to be able to assist you in removing the blog sidebar from the Vendor Dashboard page. To do so, could you please provide us with the page URL and login credentials for the Vendor in the private content area of this topic?
We anticipate that the breakdown of the product table layout will be resolved once the sidebar is removed from the page.
Best Regards,
8Theme’s Team
Follow the data requested in the private area.
Thanks
Hello @Stelio,
Thank you for your response.
We’ve disabled the sidebar via settings for the page. Please refer to the screenshot in the Private Content area.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
Thanks for the information on how to remove the sidebar, however the problem with the broken layout of the products table remains the same:
Could you take another look at this, please?
Thanks
Hello @Stelio,
Thank you for your response.
You may use the next custom CSS code:
.dokan-dashboard-content #product-filter {
overflow: auto;
display: block;
clear: both;
}
Best Regards,
8Theme’s Team
I included the code and cleared the cache, but the problem remains:
Follow the access link in the private area, if you want to access for verification.
Thanks
Hello @Stelio,
Thank you for your response.
Please check now. The scroll bar has appeared.
Also, you may reduce font-size here – https://prnt.sc/OGpkI3nXaNK0
Best Regards,
8Theme’s Team
Thanks a lot for the solution!
I really hadn’t noticed the scrollbar, but I liked the solution of decreasing the font size better, but when I do that, it only decreases the font of the header/top of the table and the scrollbar continues.
Would there be a way to reduce the font of all texts?
Thanks
Hello @Stelio,
Thank you for your response.
Please try to use the next custom CSS code:
.dokan-table {
font-size: 12px !important;
}
Best Regards,
8Theme’s Team
Ok, Thank you very much!
Hello @Stelio,
You’re welcome! It was a pleasure helping you. If you need any further assistance, feel free to reach out to us.
Best Regards,
8Theme’s Team
The issue related to '‘Dokan vendor dasboard menu product page layout break’' has been successfully resolved, and the topic is now closed for further responses