Home Forums WoodMart support forum Sidebar Request! Reply To: Sidebar Request!

#190275

wonglui
Participant

1. I think this is a screen resolution problem. I tried it on a 1024x768px laptop and it worked very well. If the browser width exceeds 1400 pixels, the blog picture will be hidden at the top of the left sidebar. My desktop screen resolution is 1680x1050px. (1.jpg)

2. I want to use CSS to change the search filter and the sticky sidebar icon on the mobile version. But failed. Please help check the code. (2.jpg)

body .woodmart-show-sidebar-btn:before,
body .woodmart-sticky-sidebar-opener:after{
content: “\f00e”;
font-family: “fontawesome” !important;
display: inline-block;
font-size: 30px;
font-weight: 400;
}

body .woodmart-show-sidebar-btn::before {
margin-right: 5px;
}

body .woodmart-show-sidebar-btn .woodmart-side-bar-icon {
display: none;
}

3. Helps move the sticky sidebar below the menu. (2.jpg)

Attachments:
You must be logged in to view attached files.