We're merging with GenerateBlocks! Learn more here.

[Resolved] Image and tittle side by side in mobile.

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Image and tittle side by side in mobile.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #30560
    syed
    Participant

    I add wpsp in widget area. in desktop it show image and title side by side, but on mobile the text shift to bottom.

    I try to reduce text image on mobile but fail. can you help me?

    Image desktop view : https://ibb.co/DbSHhJC

    Image on mobile view : https://ibb.co/bbvmY3V

    #30593
    elvin
    Moderator

    Hi Syed,

    Can you link us to the page in question? To inspect it and help out with the CSS writeup to achieve the desired layout.

    You can send the site link through our contact us page if you wish to keep it private – https://wpshowposts.com/contact/

    #30601
    syed
    Participant

    Hai elvin, i have send site link thru contact form.

    #30630
    elvin
    Moderator

    Thanks.

    Try adding this CSS to your site to offset the default float:none; for mobile viewport.

    @media(max-width:767px){
    .wp-show-posts-image.wpsp-image-left {
        float: left;
    }
    }
    #30637
    syed
    Participant

    Thanks! elvin it work great.

    #30641
    elvin
    Moderator

    Nice one. Glad you got it sorted. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.