Intro .svg overlay
-
Is there a way to edit the width of the .svg overlay, separately in mobile/desktop? Currently you can only use the same width for both media.
e: I tried Inspect on Chrome, but could find the class of the svg overlay
-
Dear @Hayo-Gebauer
I think that yes, currently you cant set a Mobile width for the SVG Overlay, however
You can target the svg overlay with:
img.intro-svg-overlay { }With this you can force a width on mobile.
The CSS can be applied in > Lay Options > Custom CSS & HTML > Custom CSS for Mobile VersionHope this helps Hayo & have a wonderful day! :)
Ricahrd
-
Dear @Hayo-Gebauer
I think that yes, currently you cant set a Mobile width for the SVG Overlay, however
You can target the svg overlay with:
img.intro-svg-overlay { }With this you can force a width on mobile.
The CSS can be applied in > Lay Options > Custom CSS & HTML > Custom CSS for Mobile VersionHope this helps Hayo & have a wonderful day! :)
Ricahrd
@Richard
works! Thanks very much, have a nice day!