-
-
Hi,
1) Widget: Does not appear in the responsive view.
2) The logo must be displayed larger and central in the responsive version.
-
-
I saw that you have fixed the logo issue
About the widgets, please add this css code to fix left-padding:
@media (max-width:767px){ .top_nav_mobile .widget{ padding-left: 0 !important; display: block !important; } }
Thanks
-
1) is better but not resolved
2) no the logo issue is not resolved. The logo musst biger and in the central
-
Replace this code with:
@media (max-width:767px){ .top_nav_mobile .widget{ padding-left: 0 !important; display: block !important; } }
with
@media (max-width:767px){ .top_nav_mobile .widget{ padding-left: 0 !important; display: block !important; width:100%; } }
the logo is shown in the middle on me, please make a hard refresh
-
This reply was modified 5 years, 11 months ago by
Ludjon.
-
This reply was modified 5 years, 11 months ago by
-
Both 1 and 2 the same problem.
i tried it with my iphone x and via google chrome responsive viewer iphone 6 and x.
Before i tested it, i clear my cache…
-
If you added this code on bootstrap-responsive.css please remove:
@media (max-width: 480px) #logo { /* float: right; */ /* left: 0 !important; */ /* right: 0 !important; */ /* -webkit-transform: none !important; */ -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; /* transform: none !important; */ }
also add this:
@media (max-width:767px){ .top_nav .icon_text{ text-align:left !important; } .icon_text span{ float:none !important; } }
-
This reply was modified 5 years, 11 months ago by
Ludjon.
-
This reply was modified 5 years, 11 months ago by
-
The Problem with the Logo was still there. Can you please fix the problem asap,
I waitung for resolve the Problem over 5 Days. You can find any Account data in my Profil.
Thank you in advance
-
-
You must be logged in to reply to this topic.