Hi,
could you please tell me how to display the sidebar properly? Now it’s over the site banner which looks quite strange: http://prntscr.com/jogqnb Thanks!
Solution for this topic
Hi @przyzielonymstole ,
Thank you for your question.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 1025px){
.page-id-4703 #sidebar.sidebar-right {
top: 220px;
}
}
Best regards, Shufflehound team
OK, works great, thank you 🙂 Could you please tell me, why blog images are so huge in mobile view? Especially the height is enormous: http://prntscr.com/jqnugq
Solution for this topic
Please try using below custom CSS code to resolve it.
.blog-style-mini1.slick-slider article {
min-width: 0;
} You are always welcome here 🙂
One user showed me this: http://prntscr.com/jriucs It’s not working in chrome propely, I don’t know why
Please try increasing the top value 220px in the above shared CSS code.
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it