aman204 Thx! I changed it to 13px and it is displaying correct in the browser, but in the chrome responsive emulator it is now displaying a extra big gap. Why is it displaying different and what is correct?
Template and k2 gets messed up after update
starlight but in the chrome responsive emulator it is now displaying a extra big gap
Having reviewed in both Chrome and firefox responsive emulator, Setting 27px makes it appear fine for both.
Also, Would suggest to try to check in realtime on standard devices as responsive emulator can be deceiving at times and may differ from actual output.
aman204 I have set it to 28px now, but it does not display as you suggest, please look here and tell me if I am doing something wrong: https://www.useloom.com/share/25ff9b61c6d2431298ba644856320f33
I only have my mac / pc to check that size with, and there it is displaying incorrect.
Can you try to give me a general CSS to define the size of the small logo?
- Edited
starlight I only have my mac / pc to check that size with, and there it is displaying incorrect.
Can you try to give me a general CSS to define the size of the small logo?
1) The browser re-sizing can't presumably tell the actual output for certain screen-size which may differ. You may also refer to in-depth explanation given here due to which I had suggested for testing in real-time with standard device
Sometimes issues surface that occur only when you resize the window. When you load the page in a specific window size, the issue doesn’t appear, but when you resize the window, it does. This is a false positive;
However, I caution testers and QA engineers to never rely on this practice as the sole form of testing
2) Try add this to custom.css file and adjust values accordingly :
.logo .logo-control .logo-img-sm{margin-top: 30px !important;width: 80px !important;height: 50px !important;}
however, the above suggestion can be presumed to be tentative workaround which may/may not work since I am unable to replicate any such relative issue as shown by you
- Edited
- I would have preferred that it displayed correct both on PC and other devices, but I guess there is no other solution at the moment so we'll just leave it as it is I guess.
- It did not solve the issue, but I will use this code anyway because the logo was too big. But, can the code be changed so the width is responsive according to the height?
And in terms of fixing the issue, please watch here and see if you can reproduce it on your phone: https://www.youtube.com/watch?v=GOCD489usI4
teitbite Yes, that is the problem. I added this code, and it fixes the problem when scrolling, but not at the very top of the page.
teitbite Only when the site is at the very top.
teitbite Great, that fixed it.
Can this code be changed so that the widht change in proportion to the height?
.logo .logo-control .logo-img-sm{margin-top: 30px !important;width: 80px !important;height: 50px !important;}
teitbite Thx!
Now, can I update Joomla without all these fixes being messed up again?
teitbite Thx, I have updated. Things seems to be working. I got these errors though, can I ignore them?
starlight I got these errors though, can I ignore them?
You can try and click the "fix" tab on the similar admin screen. Ref: Screenshot
Would suggest to also take backup of your site before performing aforesaid step, in case rollback required whilst facing any issues e.t.c
aman204 Thx. This is what it say now, should I do something else or just ignore it?