[SOLVED] Hi all, in my 'old' Symphony site now logos (up and down) are both 'deformed' in desktop mode, in 'mobile' mode they are good. Any suggests?! Thanks! Max
Hi Max
At this moment, it's showing with actual size of the logo 250px width while the height is only 40px so it looks like that. If you want to show it in small size, try this custom css:
.navbar-brand.logo-image img { width: auto; }
Hi Saguaros, thanks but it doesn't correct dimension and distorson issues! I'd upload custom.css to /templates/ja_symphony/css and /templates/system/css. Any ideas to solve it? Thanks! M.
I updated this code into the file: /templates/ja_symphony//local/css/custom.css
@media (min-width: 576px){ .navbar-brand.logo-image img { max-height: 250px; margin-top: -60px; } }
You can adjust the max-height value to suit your need.
Regards
Thanks Saguaros, now main-logo it's ok, but at bottom of the page it's still "issue-style" M.
Try this custom CSS:
.t4-footer .navbar-brand.logo-image img { max-height: 250px !important; }
Hi @saguaros thanks as usual for your support! unfortunately this solution doesn't work! I tried also to set 'width: auto' but nothing to do >>
Footer logo in desktop-mode is fat and if you go to 'smartphone' mode it go in correct dimension! Max
I didn't see the suggested code on your site so I added and it worked.
Kindly check.
thanks @saguaros and in which custom-css location, into /templates/ja_symphony/css or into /templates/system/css?! M.
It should be css file in JA Symphony template:
ROOT/templates/ja_symphony/local/css/custom.css
Ahh ok, thanks!