Hi there
I added a widget to my Socket section, looks great on desktop, but on mobile, how can I have the text go below the logo?
Thanks in advance
Hey janicenisha!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#socket img {
width: 100%;
}}
Cheers!
Yigit
Hi Yigit,
Thanks! worked great :)
Thank you very much for your quick reply.