1. webarbeiterei
  2. Features Request
  3. Friday, February 11 2022, 08:25 PM
I want to arrange images side by side. Does anyone have a solution? For me, the uploaded photos always remain one below the other.
Thanks in advance
ronald
References
  1. https://schneverdingen.online/component/jsn/WebArbeiterei+UG?Itemid=&back=1#profil
admin Accepted Answer
Admin
Hi,
you can manage this with CSS, for example with something like this
t.bild01_2Label {display:none !important}

dd.bild01Value,dd.bild01_2Value {display:inline-block !important;border:none !important;}
dd.bild01_2Value {margin:10px !important;}
  1. more than a month ago
  2. Features Request
  3. # 1
webarbeiterei Accepted Answer
Pro
Thank you, it works ;-)
  1. more than a month ago
  2. Features Request
  3. # 2
webarbeiterei Accepted Answer
Pro
@media ( min-width: 767px ) { /** Größerer Viewport: Tablett **/
dd.bild01Value,dd.bild01_2Value {display:inline-block !important;border:none !important; max-width:30% !important;margin-left:0px !important;}
dd.bild01_2Value {display:inline-block !important;margin-left:2% !important;max-width:30% !important;}
dd.bild01_2_2Value {display:inline-block !important; max-width:30% !important; margin-left:2% !important;}
}

This works with 3 Pictures side by side and on Mobil among themselves
  1. more than a month ago
  2. Features Request
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.