Logo In Mobile View is Only 9pixels, Too Small (cuisine Template) - Question | JoomShaper

Logo In Mobile View is Only 9pixels, Too Small (cuisine Template)

ET

Ed van Tegelen

Template 1 year ago

After updating Joomla, The logo in the mobile view is only 9 by 9 pixels, too small. Where can this be changed?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #169597

Hoi Ed,

do you have Custom Header?

If yes, you have to change logo column WIDTH in Layout settings, now is only "col-1" and should be "col-4" for Mobile view.


In Emergency, you can do that using Custom CSS as well.

@media screen and (max-width: 680px) {
#sp-logo {width: 23%;margin-top: 4px;}
}
0
ET
Ed van Tegelen
Accepted Answer
1 year ago #169601

Thank you very much. the col. setting does the trick

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #169602

Use also

#offcanvas-toggler > i {line-height: 70px;height: 90px;}

to keep [=] icon on that same place ;]

0