I have some problem.
I just installed template on my website
joomla-secrets.16mb.com
, but
I see incorrect display of elements on iPad, watch screenshots.
what can be problem and how to fix it?
Hi Dmitry.
I'm sorry for reply late. Because I don't see your topic.
I will check your problem. Please give me some time.
Thanks you so much for empathy.
Maybe it's only for ipad-mini ?
It happens on ipad mini.
We also have a problem with template:
1 letters is not displayed on contact form (firefox mac)
2 the module "carousel pro" shifted on vertically ( firefox mac)
see:
Hi Dmitry.
1. letters is not displayed on contact form (firefox mac)
Please go to custom code tab/Before </head>
add line code below:
<style>
input[type="email"], input[type="password"], input[type="text"]
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 42px; // Increase height as required
margin-bottom: 30px;
padding: 0 20px; // Now only left & right padding
}
</style>
2. I still don't see your problem, we can teamview and I will check it in your computer.
Hi Dmitry.
2.The "main menu" is shifted in the blog
Please go to custom code tab/Before </head>
.sp-megamenu-wrapper.clearfix{
position: inherit;
}
(Note: Insert in style tag)
and "Jquery ..etc" word that show your website because custom HTML module that write missing tag. Please check it again
3.How I change menu to mode off-canvas?
Please refer this link
docs.joomlaux.com/templates/jux_graphsign/#offcanvas