Page 1 of 2
Categories view is not responsive
Posted: 28 Mar 2017, 21:57
by richardlee
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
Re: Categories view is not responsive
Posted: 28 Mar 2017, 23:31
by christine
Hi richardlee,
could we see this please. Thank you,
Kind regards, Christine
Re: Categories view is not responsive
Posted: 29 Mar 2017, 04:47
by richardlee
Re: Categories view is not responsive
Posted: 01 Apr 2017, 15:02
by Jan
Hi, yes, mosaic effect does have set the size fix. So to get responsive view, you cannot use mosaic effect.
Jan
Re: Categories view is not responsive
Posted: 02 Apr 2017, 00:24
by richardlee
ok finally an answer well thanks mr jan
Re: Categories view is not responsive
Posted: 04 Apr 2017, 12:22
by richardlee
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
Re: Categories view is not responsive
Posted: 04 Apr 2017, 12:59
by christine
Hi,
the reason for is, that there is an Inline-Segment:
Code: Select all
.pg-csv-box {
max-height: 210px;
max-width: 336px;
}
you could change it:
Code: Select all
.pg-csv-box {
max-height:250px !important;
}
Kind regards, Christine
Re: Categories view is not responsive
Posted: 04 Apr 2017, 15:37
by richardlee
thank you very much,which folder or file should i edit?
Re: Categories view is not responsive
Posted: 04 Apr 2017, 17:37
by christine
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
T3 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
Kind regards, Christine
Re: Categories view is not responsive
Posted: 04 Apr 2017, 20:38
by richardlee
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?