Hi,
How can i move the date to the right side, date on the right, text next to it
https://drive.google.com/file/d/0B-a0aMNNBA-GRmZ0V2FnOVpmRXc/view?usp=sharing
thanks
Tal
Hi,
The link you provided does not match the mockup. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
oops… this is the correct link: http://muvix.co.il/
Hey!
Please add following code to Quick CSS
.tribe-mini-calendar-event .list-date {
float: right!important;
margin-right: 0!important;
}
Regards,
Yigit
Thanks Yigit :)