Reply 233917 to: Filter menu bug

Avatar: Rose Tyler
Rose Tyler
Support staff
April 18, 2020 at 15:41

Hello,

1) Change this code http://prntscr.com/s1tame to

.et-toggle-mob-sidebars-inner .et-toggle .et-icon {
    margin: 0px 3px;
}
.et-toggle-mob-sidebars-inner .et-toggle .et-icon svg {
    margin: 0px 12px;
}

2) Use this code as a temporary solution –

.et-toggle-mob-sidebars-inner .et-toggle:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.