-
-
https://69.195.124.102/~leekpipe/
We have some responsive issues on this page.
1. The codeless slider text is much too large when the display window is a little smaller. I’m assuming this is essentially iPad mode.
This is what it should look like
This is what it looks like with a smaller viewport/tablet
2. At the bottom of the same page, we have a call to action codeless element. There are a few window sizes where the button is all wackily sized. See here. I can’t find a spot to edit that.
Thanks
-
Hello,
1-Ipad slider font size:
I added this code into your custom css box:@media (min-width: 979px) { .codeless_slider .swiper-slide .content h1 { font-size: 20px !important; } }
Result screenshot. Eit font size to your wish.
2-Call to action element:
I added this code into your custom css box:@media (max-width: 1100px) and (min-width: 981px){ .textbar .btn-bt { left: 75% !important;} .textbar h2 { margin-bottom: 10px !important; text-align: left !important; } }
Please check your site and let us know.
Best regards!
-
-
Hello,
1-That’s great!
2-I edited the code in your custom css box, that controls this screen dimansion to this:
@media (max-width: 1100px) and (min-width: 981px){ .textbar .btn-bt { left: 75% !important;} .textbar h2 { margin-bottom: 10px !important; text-align: left !important; } .header_1 nav .menu > li { margin-right: -1px !important; margin-left: -1px !important; } }
4-The Revolution and layer slider are independent from theme. They are slider plugins used only for slider. You can do what you want with them. It won’t affect theme.
5-Please check that you have set up the same email in both contact form options and in your Settings > General > Email Address. If you have issues getting the email, then please contact yoru host provider. This is a server issue.
To remove the warning lines of contact form plugin, please refer to this topic.
Let us know.Best regards!
-
You must be logged in to reply to this topic.