Viewing 6 reply threads
You must be logged in to reply to this topic.
Hello,
There is an option to make the header button visible on responsive. You have to edit the file: /css/bootstrap-responsive.css file and remove this line:
@media (max-width: 767px){
.header_button {
display: none !important;
}
}
Or you can add this file on the child theme and add the style:
@media (max-width: 767px){
.header_button {
display: block !important;
}
}
Let us know.
Regards!
Hi,
Where do I find the option to enter this information?
Thanks,
Hello,
Please can you check it now. I have made the customization for you.
Let me know.
Regards!
Hi,
Unfortunately I still don’t see the gold donate button on our mobile pages.
Thanks,
Hello:
This is what i see, please check it out again:
Let me know.
Regards!
Excellent! It is now showing up. Thank you very much for fixing that for me!
You must be logged in to reply to this topic.