Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #245644
    Bastien Chilloux
    Participant

    Hi,
    There is an issue when displaying left + right buttons on the bottom of a post (https://bastienchilloux.com/news/carrefour-market/).

    How can this be aligned like in the desktop version ?

    #245773
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 388px) {
    	.postid-8209 .wp-block-buttons.alignright {
    	    float: left;
    	    margin-left: 0;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245790
    Bastien Chilloux
    Participant

    Works fine for this post but not all posts.

    #245881
    Bastien Chilloux
    Participant

    How can this work for every post ?

    #245893
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Try the following CSS Code.

    @media screen and (max-width: 388px) {
    	.wp-block-buttons.alignright {
    	    float: left;
    	    margin-left: 0;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245987
    Bastien Chilloux
    Participant

    Perfect ! Thank you !

    #245992
    Skandha
    Participant

    @bastienchill: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Issue Phone display’ is closed to new replies.