-
-
Dear support
this si my site :
I’m using a child theme
problem: responsive menu doesn’t work
favicon doesn’t work , i try to ch ange function.php in child theme and insert a folder imag whit a file call favicon.ico but it doesen’t work the same
but the more important problem id the adjustament for the responsive mode whit mobile phone
image is not centred and text has too big space
in the second line custom heading is not centred
can you see it in new.filtrotecnica.com and give me help
thank you very much
kind regards
-
Hello,
The mobile menu does not even have the code present in mobile layout. Did you enable it in theme options? Please go to General > Options > Header Options > Show Responsive Menu Dropdown, set it ON.
If it still won’t display, then send us your wp credetnials in a private reply. So we can give it a closer look and fix it.Best regards!
-
-
Hello,
I can not login with these credentials. However, please add this code into your custom css box:
@media (max-width: 480px){ .top_wrapper { padding-top: 90px !important;} .codeless_slider .swiper-slide .content p { text-align: center !important;} .codeless_slider .swiper-slide .content h1 { text-align: center !important;} }
-Can you please show us where is the white line? I don’t see it.
Let us know.Best regards!
-
-
Hello,
I still can not access dashboard, please see screenshot.
-The white space, is not a space, is an element that is not being displayed. But since it is there, it does take space.
Add this code into your custom css box, to make it appear:@media (max-width: 480px){ .wpb_animate_when_almost_visible { opacity: 1; }}
Result: https://postimg.org/image/i09zf93on/
-Responsive menu uploading first, is normal for this menu style you have chosen.
-Sorry but i don’t get the black line when i open your site from mobile. See screenshot.
Did you manage to fix it?
Let us know.Best regards!
-
-
-
-
-
Hello,
1-For the wide custom heading in mobile, i added a custom css class to the column containing it. Then i added this code into the page’s custom css box:
@media (max-width: 480px){ .mobile_ch { width: 75% !important;} }
But you need to go to file css/bootstrap-responsive.css and find these lines:
.full-width-content .col > .wpb_column{ width: 100% !important; }
Remove
!important
from it and save file.-I see you did not add the code i gave you above, for the white space. I added it too, into your custom css box.
Best regards!
-
-
-
Hello,
Please add this code to your custom CSS box:@media (max-width: 979px) { .codeless_separator .separator { max-width: 381px !important; transform: translateX(-50%); margin-left: 0 !important; } }
Let us know.
Best regards! -
-
You must be logged in to reply to this topic.