Hello, please take a look at http://www.jeffkrausrealestate.com/idx/city/newportbeach
There is a search widget I am using and it is cutoff. I think it’s because the sidebar is too narrow. There is a lot of padding in this theme, so I am looking to have less white space to fit everything. Do you have a theme you could recommend, maybe Incarnation? Or can some adjustments be made with Enfold.
Thanks for your help!
Hi,
I don’t see the search widget, however if you want to reduce the sidebar padding, this CSS code will do it (change 20px for the desired amount):
.sidebar{ padding-top: 20px; padding-bottom: 20px }
.inner_sidebar{ margin-left: 20px }
Regards,
Josue