Hi!
I wonder if it’s easy to let the headline and the date float to the left instead of center in the blogpost list? I also wonder if it’s possible to hide the “/” sign efter the date?
Link 1.
And on this page, and it’s subpages, I would also like to have no date add all. Is that possible? If I turn it off in the blog layout, I don’t get the date on the page above.
Link 2.
Finally I wonder why the Google Map isn’t visible!? It’s not working in Firefox, Chrome or IE. The images of the map isn’t there, just the pan control and zoom buttons.
Link 3.
Preciate some help! Thanks!
Hey Effektid!
1. + 2. Add this to your custom CSS.
.template-blog article header > * {
text-align: left !important;
}
.template-blog article header .post-meta-infos .text-sep { display: none !important; }
3. Updating to version 3.0.4 should fix this. Your currently using 3.0.2.
Best regards,
Elliott