By Michael Christ on Sunday, 16 December 2018
Posted in General
Replies 7
Likes 0
Views 560
Votes 0
Hello to all,

i use the lates Blog Module in my Front Page. However in responsive view/ mobile view, the text is going under the Post Cover what is correct. But the Header/ Title stay still beside teh Post Cover and get breaked down is several letters,

What kind of settings i must apply, that the Header is going below the Picture?
Hi Michael,

Kindly find my response for your inquiries below:
Do i have to copy that Code direct in my Template CSS or can i add it trough easyblog/Themes, Custom Css?

You can do either both of it either your template custom css or in the easyblog css http://take.ms/WKCGR

If i write it into my Template, do i have to do it it all the Time after each Update?

No, if you make it into your template you no need do it all the time after each update
·
Monday, 17 December 2018 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Michael,

I am really sorry for the delay of this reply as it is a weekend for us here. You can add the following block of css codes into your template's css file,

[gist]
#eb.eb-mod.is-mobile .eb-mod-thumb {
float: none;
}
[/gist]
·
Sunday, 16 December 2018 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
H Mark,

its even better that you replied already.

Do i have to copy that Code direct in my Template CSS or can i add it trough easyblog/Themes, Custom Css?

If i write it into my Template, do i have to do it it all the Time after each Update?

regards ad nice sunday
·
Sunday, 16 December 2018 22:56
·
0 Likes
·
0 Votes
·
0 Comments
·
perfect worked fine!
·
Monday, 17 December 2018 20:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating us on this Michael, glad that your issue is resolved now
·
Monday, 17 December 2018 21:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post