This topic has 10 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
hi
can someone help me with css in my Home Page , site above, i want the blog posts to mobile view to look one by one in order , and no like it is now ?
The only thing that i have to css , is this but only, to be, the Posts Slider to center……
posts-slider .slide-item {
left: 130px;
}
kind regards
Hello,
Please provide wp-admin credentials.
Regards
Hi, thanks for the reply
Kind Regards
You use http://prntscr.com/g2fmkz to show blog posts on mobile, so it is not possible to disable slider only on mobile, also your custom code give this result http://prntscr.com/g2fnfq, so change this code or include it in media query for the desktop.
Regards
Hi, i don’t want to disable anything. I want the blog posts to look nice on mobile. So to understand, i have to put that code that i have already only to media desktop, and to mobile will look fine? I put that code so the slider posts to be in center to desktop view.
Am i understand right?
Kind Regards
Try to change your code to:
@media (min-width: 992px){
.posts-slider .slide-item {
left: 130px;
}
}
Regards
Nice, thanks, and to look this nice, to mobile view? is it possible?
Kind Regards
Seems it already looks fine http://prntscr.com/g2g2cw Please explain needed result, note that it is the gallery and you can’t display posts one by one.
Regards
No everything is fine . thank you for your help .
Kind regards
You’re welcome!
Regards
The issue related to '‘css blog posts mobile view’' has been successfully resolved, and the topic is now closed for further responses