This topic has 7 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
Hi,
The store page on Desktop seems to be not anymore perfect after last update, please see e.g. https://prnt.sc/Os0wveIxpekC
and https://prnt.sc/OEQSsDRm8gc-
It looks like some element has shifted left and up. Could you please take a look? An example link attached.
br,
Tuija
Hello,
Thanks for contacting us.
We will check and fix it. As a temporary solution, add the next code in Theme Options > Theme custom CSS > Global:
@media (min-width: 1200px) {
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
width: 100%;
}
}
you will be able to delete the code after the next update.
Regards
Thank you! You are the best support!
You’re welcome! Have a nice day!
Regards
Hi, with the latest update the title of the store seems to be still on top of the logo, like this
https://prnt.sc/UsET3DB0gr3R
It is centered though but I think vendors dont like that the logo is being covered.
you can check it in here for example:
Hello,
It is the same even with the Storefront theme, so till the fix will be released from the vendor plugin side, use custom CSS code:
@media (min-width: 1200px) {
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
position: absolute;
top: 38%;
}
}
Regards
The issue related to '‘Dokan store page header on desktop went off in last update’' has been successfully resolved, and the topic is now closed for further responses