Skip to content

Commit

Permalink
fix: layout issue vendor dashboard withdraw menu using the RTL language
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirHasan19 authored Jan 17, 2025
1 parent 00d3c5d commit 9a9615b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,27 @@
margin-right: -25px;
margin-left: 0;
}
/*Adjusted RTL issue on the vendor dashboard withdrawal menu - Dokan Support*/
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
position: absolute;
right: 80%!important;
top: 50%;
transform: translate(10px, -50%);
width: 20%!important;
float: right!important;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a{
float:left!important;
}
.dokan-dashboard .content-area {
width: 100%!important;
}
#dokan-request-withdraw-button{
float:left!important;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button{
float:left!important;
}
@media (min-width: 1200px) {
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
left: 20px !important;
Expand Down

0 comments on commit 9a9615b

Please sign in to comment.