Css blog posts mobile view - by antony - on WordPress WooCommerce support

This topic has 10 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: antony
    antony
    Participant
    July 29, 2017 at 18:06

    site

    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

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2017 at 08:35

    Hello,

    Please provide wp-admin credentials.

    Regards

    Avatar: antony
    antony
    Participant
    July 31, 2017 at 09:24

    Hi, thanks for the reply

    Kind Regards

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2017 at 09:59

    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

    Avatar: antony
    antony
    Participant
    July 31, 2017 at 10:08

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2017 at 10:20

    Try to change your code to:

    @media (min-width: 992px){
       .posts-slider .slide-item {
           left: 130px;
       }
    }

    Regards

    Avatar: antony
    antony
    Participant
    July 31, 2017 at 10:28

    Nice, thanks, and to look this nice, to mobile view? is it possible?

    Kind Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2017 at 10:32

    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

    Avatar: antony
    antony
    Participant
    July 31, 2017 at 10:37

    No everything is fine . thank you for your help .

    Kind regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2017 at 10:38

    You’re welcome!

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘css blog posts mobile view’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.