Forum Replies Created
-
AuthorPosts
-
Hello Nikko,
it make more problem’s with my site, and I turn back enable, could you please let me know where I can find the exact file for below code,@media only screen and (max-width: 767px)
.responsive .logo img, .responsive .logo svg {
height: auto!important;
width: auto;
max-width: 100%;
display: block;
max-height: 80px;
}
best RegardsHello Nikko,
thank you so much, it fix the issue, one another thing that I want to add some space in the top and bottom of the logo like 5 or 7 px I have found through inspect, if we change the width value from auto to 70px, it will fix the issue, I open the file avia-merged-styles-2ecff8ddfb8aa8901d1c5c36c31532c2—6553d4bb76230.css which are located in uploads/dynamic_avia/ and edited, but after some time it change back to auto, i think these are temporary file, could you please help where I can find the original file location for below code or have I can add 5px space in the top and bottom of the Logo only in Mobile view header.@media only screen and (max-width: 767px)
.responsive .logo img, .responsive .logo svg {
height: auto!important;
width: auto;
max-width: 100%;
display: block;
max-height: 80px;
}Hello Nikko
it work, but the banner image in the page are hidden behind of the of the header, at the right side we have a logo 5o years which is mostly hidden by the header.
you can check https://test.hesperian.org/ linkOctober 24, 2023 at 5:26 pm in reply to: Is it possible to hide the “All” sorting tag on the accordion? #1423609Hi again,
You can close this thread. We decided to go with tabs instead of the accordion, easier to deal with and works well for what we want to do. Thanks for your help!October 23, 2023 at 10:58 pm in reply to: Is it possible to hide the “All” sorting tag on the accordion? #1423478Hi Guenni007 and Mike.
I have 0 selected for initial open and it’s still showing. I had that set to 0 before I added any CSS when I was first setting it up. Any other suggestions?
Many thanks!October 23, 2023 at 3:21 pm in reply to: Is it possible to hide the “All” sorting tag on the accordion? #1423417Hi Mike,
Thanks for the reply. The CSS you suggested removed the “All” tag button but we still have the “all list showing” when the page loads. Is there a way to not have any of the accordions open on page load? Or is there a way to change the page load open accordion to the Children’s health tag?
Thanks in advance,
Rosemary -
AuthorPosts