Homepage › Community Forums › Epik Theme Support › Fixing the Sidebar Widget Positions & Fixing Code › Reply To: Fixing the Sidebar Widget Positions & Fixing Code
It looks like you added some custom code to the sidebar widget area which is what caused the issue. You increased the width to 340px which seems to be the problem. If you notice the widgets are cutoff when it exceeds that area. Try decreasing the width to 330px or so and you’ll see it show up correctly –
.sidebar .widget {
border-bottom: 1px solid #ccc;
margin-bottom: 2rem;
margin-right: 17px;
overflow: hidden;
padding-bottom: 2rem;
width: 340px;
}
should be around line 2155
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Does your Site need a Fresh New look? Need help with some customizations? Whether it's a Large or Small Project, we can help! Check out some of the products and services we offer and make sure to Contact Us to see how we can assist!