- Posts: 29
COMMUNITY FORUM
K2 responsive
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
10 years 6 days ago #143656
by Alvaro
K2 responsive was created by Alvaro
Hello, I'm having problems with the responsive view using K2.
The site works great using K2, but when I try the responsive mode, I can't find a way to show things in one column.
In the site I have columns to show articles set in 3 and 2 columns, but I would like that articles would be shown in one column in the responsive view, and it doesn't happen, it stills shows 2 or 3 columns and in some resolutions they overlap.
I would like to know how can I fix this.
Thank you very much.
Regards,
Alvaro
The site works great using K2, but when I try the responsive mode, I can't find a way to show things in one column.
In the site I have columns to show articles set in 3 and 2 columns, but I would like that articles would be shown in one column in the responsive view, and it doesn't happen, it stills shows 2 or 3 columns and in some resolutions they overlap.
I would like to know how can I fix this.
Thank you very much.
Regards,
Alvaro
Please Log in or Create an account to join the conversation.
- Franz Wohlkönig
-
- Offline
- Platinum Member
Less
More
- Posts: 529
10 years 6 days ago #143660
by Franz Wohlkönig
Replied by Franz Wohlkönig on topic K2 responsive
Hi,
it depends on your Template, in which Size Views switch to Tablet/Mobilphone.
Regards
it depends on your Template, in which Size Views switch to Tablet/Mobilphone.
Regards
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
10 years 6 days ago #143662
by Alvaro
Replied by Alvaro on topic K2 responsive
It is a template generated in artisteer, but it works well with articles and everything else, it doesn't work with the category listings, the site is www.taekwondouruguay.uy
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
10 years 6 days ago #143663
by Alvaro
Replied by Alvaro on topic K2 responsive
It is a template generated in artisteer, but it works well with articles and everything else, it doesn't work with the category listings, the site is www.taekwondouruguay.uy
I tried it with the default joomla template and it doesn't work either, how can I fix this in K2?
I tried it with the default joomla template and it doesn't work either, how can I fix this in K2?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 days ago #143677
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 responsive
Generally speaking since Artisteer generates the template and it is a commercial product, template issues should be addressed by them.
In your template's stylesheet you need to add:
In your template's stylesheet you need to add:
@media screen and (max-width: 767px) {
div.itemContainer { min-width: 100%; }
}
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
10 years 5 days ago #143691
by Alvaro
Replied by Alvaro on topic K2 responsive
Thank you very much, I'll try it and I'll let you know.
Best regards,
Alvaro
Best regards,
Alvaro
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
10 years 5 days ago #143692
by Alvaro
Replied by Alvaro on topic K2 responsive
It worked in the site I told you, but I can't make it work on this one, www.pnlnakle.com.uy
Is the same for all sites?
Thank you very much.
Best regards,
Alvaro
Is the same for all sites?
Thank you very much.
Best regards,
Alvaro
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 days ago - 10 years 5 days ago #143698
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 responsive
This will work on stock K2 templates or ones that use the same classnames.
It should work in the site you sent me but I cannot see the code anywhere.
It should work in the site you sent me but I cannot see the code anywhere.
Last edit: 10 years 5 days ago by Krikor Boghossian.
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
10 years 5 days ago #143704
by Alvaro
Replied by Alvaro on topic K2 responsive
Thank you very much, I applied it to a couple of other sites and it worked.
Maybe there's something on the added css that's blocking that.
I'll check it and I'll let you know.
Thank you.
Best regards,
Alvaro
Maybe there's something on the added css that's blocking that.
I'll check it and I'll let you know.
Thank you.
Best regards,
Alvaro
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 1 day ago #143734
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 responsive
You 're welcome Alvaro.
Please Log in or Create an account to join the conversation.