Solved it... to easy.. 😆
.LinkPreview-image{
width: 500px !IMPORTANT;
}
But now while the Display on a PC is OK,
it looks like THIS on a mobile phone:
Display: inline-Block !IMPORTANT;
is giving me an Error on Submit in admin panel CSS Styling
I would like that the two DIVs ".LinkPreview-image" and ".LinkPreview-main" are displayed side by side on PC but underneath each other on Mobile..
Any Suggestion? Thanks.. 😘