Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #163333
    emree025
    Participant

    Hello dear friends, i noticed that in responsive view the position of the pictures are changed like on the description. Website is: http://t1p.de/0ax4
    [1] [2]
    [3] [4]
    [5] [6]
    and so on, changed to
    [1]
    [2]
    [3]
    [4]
    I don‘t like this. It should stay always in dobble Box. How could I change? Thanks for Support

    #163365
    Skandha
    Participant

    @emree025: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:640px) {
    	#post-14 .entry-content img {
    	      width:150px;
    	}
    }

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

    #163379
    emree025
    Participant

    Skandha thank you for answer. No, it didn´t work. Any other solution?

    #163467
    Skandha
    Participant

    @emree025: The above code I provided you seems to be working at my end. Don’t the logo images in https://www.turk-text.de/referenzen/ show up on two columns on smaller screen after adding the above code?

    Kind Regards,
    Skandha

    #163497
    emree025
    Participant

    Skandha – thank you. After I changed in the code the width:150 – to 127px it passed. With other value the logo images shown in only one colums. Any possibility to get the logo images bigger in two columns? 🙂 Best regards

    #163531
    Skandha
    Participant

    @emree025: When I check yours site at my end the images can be made upto 185px wide and be shown in two columns. Please check and let me know if this works out!

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘In responsive view position of pictures change’ is closed to new replies.