Categories view is not responsive
-
- Phoca Member
- Posts: 19
- Joined: 13 Feb 2017, 03:37
Categories view is not responsive
In the categories view when you vist my site the categories view is not reponsive atall even though i installed the responsive template and enabled responsive mode.when a users vists the page with a mobile phone the categories is bigger than the screen,it does not resize to fit perfectly in the screen
Tags:
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Categories view is not responsive
Hi richardlee,
could we see this please. Thank you,
Kind regards, Christine
could we see this please. Thank you,
Kind regards, Christine
-
- Phoca Member
- Posts: 19
- Joined: 13 Feb 2017, 03:37
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories view is not responsive
Hi, yes, mosaic effect does have set the size fix. So to get responsive view, you cannot use mosaic effect.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 19
- Joined: 13 Feb 2017, 03:37
Re: Categories view is not responsive
ok finally an answer well thanks mr jan
-
- Phoca Member
- Posts: 19
- Joined: 13 Feb 2017, 03:37
Re: Categories view is not responsive
hey jan i want to know if the fact that mosaic view is not reponsive is that why my ratings are out side the box,the second categorythe rating stars are outside,the box.look at the picture
john is alive category is ok but the ratings of concept art are off. is this aresult of the mosaic effect not being responsive,plus is there a way increase the size of the box with the pictures so that maybe i can make sure the stars are in place.
http://prntscr.com/es9cmk
john is alive category is ok but the ratings of concept art are off. is this aresult of the mosaic effect not being responsive,plus is there a way increase the size of the box with the pictures so that maybe i can make sure the stars are in place.
http://prntscr.com/es9cmk
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Categories view is not responsive
Hi,
the reason for is, that there is an Inline-Segment:
you could change it:
Kind regards, Christine
the reason for is, that there is an Inline-Segment:
Code: Select all
.pg-csv-box {
max-height: 210px;
max-width: 336px;
}
Code: Select all
.pg-csv-box {
max-height:250px !important;
}
-
- Phoca Member
- Posts: 19
- Joined: 13 Feb 2017, 03:37
Re: Categories view is not responsive
thank you very much,which folder or file should i edit?
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Categories view is not responsive
Hi,
this depends always on template. Usually just adding at the end of template.css oder user.css ...
Your template is framework and have compiled CSS. May be you have a custom.css.
See also here: http://www.t3-framework.org/documentation/customization > Customize template with CSS
this depends always on template. Usually just adding at the end of template.css oder user.css ...
Your template is framework and have compiled CSS. May be you have a custom.css.
See also here: http://www.t3-framework.org/documentation/customization > Customize template with CSS
Kind regards, ChristineT3 Framework is developed with LESS, the LESS files are compiled to CSS files. Each time you compile, CSS files will be overridden so we suggest you not to use CSS to customize, develop your site because when you compile, your work can be lost
-
- Phoca Member
- Posts: 19
- Joined: 13 Feb 2017, 03:37
Re: Categories view is not responsive
so what you are saying is that i can use custom.css file to add that code instead of going to com_phocogallery and finding the views,index file and changing thing there?