By Tamer on Tuesday, 01 September 2015
Posted in General Issues
Replies 5
Likes 0
Views 649
Votes 0
Hello

How to hide articles in mobile view using protostar template?

Regards
Hi Tamer,

May I know which article that you are referring here?
·
Tuesday, 01 September 2015 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

I have two articles published on home page but I want o hide them when I access my website using smartphone?



Regards
·
Tuesday, 01 September 2015 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tamer,

I've checked your site and it seems like you are using joomla articles instead of easyblog and unfortunately we cannot control the behavior of the articles. Perhaps you can consult with your template provider and ask them how to hide the article in mobile view via css hack.

Hope these help.
·
Tuesday, 01 September 2015 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

I have a license for easyblog how to use it instead of joomla articles ?

Regards
·
Tuesday, 01 September 2015 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tamer,

I am really sorry for the delay of this reply. You can try the following css hack and see how it goes.
@media (max-width: 480px) {
#content .blog .items-row.cols-2 {
display: none;
}
}
·
Wednesday, 02 September 2015 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post