Are you testing on real device or just resizing browser or using a simulator? Because on real device it looks fine to me…
Can you post a screenshot?
Cant seem to upload screen shots to this post here they are on a Facebook page.
Not sure if you will be able to see that image. how do i upload a screen shot ?
I have the same problem. Appears to be the CSS which is injected in the header. Is it possible to move that CSS part to a CSS file in the plugin directory? So you can override it eventually with your own CSS?
Now it declares it as width 52% !important. Can’t be overruled by custom CSS.
Most easy fix would be to move
<?php
echo $wp_logo_slider_settings['custom_css'];
?>
below the CSS which get injected in the header. However the most beautiful way would be a separate CSS file without all the CSS in the header.
hi,
I want to do one thing that, when any user does not select any image at the time of event creation, then I want to save default image for that event..
So, how can I do it..?
Is there any way to set default image when user have no selected any image for event registration..?