Categories view is not responsive

Phoca Gallery - image gallery extension
richardlee
Phoca Member
Phoca Member
Posts: 19
Joined: 13 Feb 2017, 03:37

Categories view is not responsive

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Categories view is not responsive

Post by christine »

Hi richardlee,

could we see this please. Thank you,

Kind regards, Christine
richardlee
Phoca Member
Phoca Member
Posts: 19
Joined: 13 Feb 2017, 03:37

Re: Categories view is not responsive

Post by richardlee »

User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categories view is not responsive

Post by Jan »

Hi, yes, mosaic effect does have set the size fix. So to get responsive view, you cannot use mosaic effect.

Jan
If you find Phoca extensions useful, please support the project
richardlee
Phoca Member
Phoca Member
Posts: 19
Joined: 13 Feb 2017, 03:37

Re: Categories view is not responsive

Post by richardlee »

ok finally an answer well thanks mr jan
richardlee
Phoca Member
Phoca Member
Posts: 19
Joined: 13 Feb 2017, 03:37

Re: Categories view is not responsive

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Categories view is not responsive

Post 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
richardlee
Phoca Member
Phoca Member
Posts: 19
Joined: 13 Feb 2017, 03:37

Re: Categories view is not responsive

Post by richardlee »

thank you very much,which folder or file should i edit?
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Categories view is not responsive

Post 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
richardlee
Phoca Member
Phoca Member
Posts: 19
Joined: 13 Feb 2017, 03:37

Re: Categories view is not responsive

Post 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?
Post Reply