Page 1 of 1

Premier Logo Size

Posted: 12 Nov 2020, 16:50
by proa24
I have looked up Gantry to find how to enlarge the size of my logo but unable to find. When you put in your own logo the size is very small and I would like to enlarge it. Can you tell me where to find how to enlarge Premier logo size. Thanks

Re: Premier Logo Size

Posted: 12 Nov 2020, 17:16
by christine
Hi,

Checked with Phoca Cart Template Premiere Demo. The origin sizes are: 384 x 86px, scaled to: 150 x 34px
https://www.phoca.cz/phocacartdemo/prem ... logo-w.png

You could try with:
a.gantry-logo img {
width: 100%;
height: auto;
}
Kind regards
Christine

Re: Premier Logo Size

Posted: 12 Nov 2020, 21:22
by proa24
Thanks for the information. Can you tell me where to find a.gantry to adjust settings.

Re: Premier Logo Size

Posted: 12 Nov 2020, 21:49
by Jan
Hi, the best way is always use own custom.css or custom.scss

templates\phoca_premiere\custom\scss\custom.scss

If it is not created, just create this file and add the code here. After saving the file, the "recompile css" button needs to be clicked in template options to regenerate the files which are cached.

Jan