By Joren de Koning on Wednesday, 09 April 2014
Posted in Technical Issues
Likes 0
Views 707
Votes 0
Hi stackideas team,

I have my site almost ready for publication but there is just 1 thing that is going wrong. In a mobile view the date and title is not aligned anymore. Can you help me with the correct CSS code to fix this?

Thank you so much.

http://www.hrcommunity.be
Hi Joren,

I'm so sorry for this delayed respond.

I already inspected your site, and below here is the hack to re-align the calendar on the mobile view
body #ezblog-body .blog-calendar
{
float: left !important;
}

Place this code at the bottom of this CSS file for your future reference: /templates/gk_rockwall/css/override.css

Hope this will help. Please let us know if you need further assistance. Thank you.
·
Wednesday, 09 April 2014 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you!
·
Wednesday, 09 April 2014 14:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joren,

You're welcome.
·
Wednesday, 09 April 2014 17:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post