Hi,
I can't seem to find how to increase the size of my logo image. I've looked and see no setting for it. Tried uploading a larger image but no change.
I like the template btw, nice job!
http://site1.lakeshoreleather.com/
Logo size
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Logo size
Hi,
Can tell you only, what I see ...
Your site (header) - Logo:
left column:
Template - demo: https://www.phoca.cz/phocacartdemo/premiere/
difference between "g-block size ...."
Both:
= fixed width.
Try to change in your custom.scss:
Kind regards
Christine
Can tell you only, what I see ...
Your site (header) - Logo:
Code: Select all
<div class="g-block size-35">
<div id="logo-6798-particle" class="g-content g-particle"> <a href="/" target="_self" title="Phoca Premiere" rel="home" class="gantry-logo">
<img src="/images/headers/RoundedCard.png?5c125eda" alt="Phoca Premiere">
</a>
</div>
</div>
Code: Select all
<div class="g-block size-42">
<div class="spacer"></div>
</div>
Code: Select all
<div class="g-block size-73"><div id="logo-2903-particle" class="g-content g-particle"> <a href="/phocacartdemo/premiere" etc. ....
Both:
Code: Select all
.gantry-logo img {
width: 150px;
}
Try to change in your custom.scss:
Code: Select all
.gantry-logo img {
width: 100%;
}
Christine
- jrjr
- Phoca Professional
- Posts: 114
- Joined: 30 Nov 2018, 23:56
Re: Logo size
I tried these in custom.css but no change
.gantry-logo img {
width: 120%;
}
.gantry-logo img {
width: 450px;
}
Where do I create custom.scss
Under css or custom?
.gantry-logo img {
width: 120%;
}
.gantry-logo img {
width: 450px;
}
Where do I create custom.scss
Under css or custom?
- jrjr
- Phoca Professional
- Posts: 114
- Joined: 30 Nov 2018, 23:56
Re: Logo size
I ended up deleting the logo particle and using a custom html
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Logo size
Hi, yes, this seems to be better solution, as the logo has fixed style settings in Gantry
Jan
Jan
If you find Phoca extensions useful, please support the project