-
-
Hello,
I am having issues with the responsiveness of my menu/header. On mobile, the logo appears to be cut off to the right and the menu dropdown is anchored to the left. How can I make the logo anchor to the right and the menu dropdown anchor to the left?
Also, the color that changes when you hover over the menu items works on all pages except the home page. Th color is a turquoise, and on the homepage it is simply gray.
Thank you very much for your time and help.
site: http://www.bynmi.com
-
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo { left: -100px !important;} a.mobile_small_menu:hover { color: #00d3c5 !important; } }
Best regards!
-
Hello,
I added the code but there were no changes in the hover color of the menu items on the desktop homepage. The location of the logo on mobile is still to the right and cut off while the menu dropdown is anchored to the left.
-
Hello,
Sorry for the late reply.
Please edit the code above to this:.header_1 nav li.current-menu-item > a { color: #00d3c5 !important;} .background--dark nav .menu > li > a:hover { color: #00d3c5 !important;} @media (max-width: 979px){ .background--dark #logo img.dark { left: -100px !important;} }
I can see the responsive menu is in the center (screenshot), what do you need to change?
Best regards!
-
-
-
-
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo { float: left; left: -15px !important;} .mobile_small_menu { margin-left: 130px !important;} footer .inner .widget { margin-left: 60px !important;} }
This should be the result.
Best regards!
-
Hello,
I think I have a similar issue. On an iPhone 5s and on a htcOne for instance, the logo is truncated.
I tried the code and it doesn’t seem to fix it.
Also, it is possible to have the same transparent header on those resolutions and not a white one?Regards,
Max -
Hello,
Thank you for your quick reply. The code you provided allowed me to center the footer and move the menu icon to the position shown in your screenshot. Unfortunately, the logo is still getting cut off and is to the right of the screen.
-
Hello,
@NohelyMI,
This is strange. Did you made any other change to the code i gave you? Anyway, in the last code i send you, please editleft: -15px !important;
value to -210px. Also go to file css/bootstrap-responsive.css and find this line(1382):
#logo{float:right;left:0 !important; right:0 !important; -webkit-transform: none !important;
replace with this:
#logo{float:right;left:0; right:0 !important; -webkit-transform: none !important;
If still no luck, send us your wp credentials in a private reply. So we can do it for you.
@max,
I already added the neccesary code into your custom css box, for the logo change and background. I edited the three bar menu icon, color too, but for it to show the changes you need to go to your css/bootstrap-responsive.css file and find this line(1685):.background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after, .background--dark .mobile_small_menu{ color:#222 !important; }
Remove the
!important
from it and save.Best regards!
-
-
Hello,
Thank you, changing the code in the file css/bootstrap-responsive.css finally moved the logo!
Thank you!
-
Hello,
The solution you gave me is not working fine.
1. It leaves empty space on the right side of the screen which makes navigation unpractical.
2. Logo and menu are not justified. My preference is to have everyone of them on a side of the header. The logo seems to be put randomly.
Could you please help on this.
Regards,
Max
-
Hello,
3- In landscape modes, the header is white again and the logo on the side menu is the dark one
Could you please help
Regards,Max
-
Hello,
Sorry but i don’t understand. This is what i see when accessing your site from mobile: screenshot.
-In iPad landscape, i do not see the white header, screenshot.
-Please send us a screenshot for no. 2, i don’t understand what are you referring to.
Let us know.Best regards!
-
Hello Mihaila,
here is a screenshot of what I am seeing on iphone 5s. for 1- and 2-
https://drive.google.com/open?id=0B8GaoSpBDDchMW9fZG1qT3FWMTQ
the landscape i am referring to is landscape on iphone not on ipad. for 3-
https://drive.google.com/open?id=0B8GaoSpBDDchMnhzS2tnSmR3Vms
Side navigation is now ok. The idea is to get the same transparent header on iphone as the one on web and ipad. with a better positioning of logo and side menu access icon
Regards, -
Hello,
SOrry but i don’t see this when i access your site from iphone (landscape). Please add this code into your custom css box:
@media (max-width: 767px){ .header_transparency header#header { top: 35px;} }
Change the value until you are satisfied with the result.
Best regards!
-
Hello,
Here is all the custom code @media you gave me until now. Please explain to me what each line is doing so that I can work on this on my own.
@media (max-width: 480px){
.background–dark #logo img.dark { left: -100px !important;}
.header_transparency header#header {background: rgba(0, 0, 0, 0.01) !important;}
#logo img.dark {
content: url(“https://www.max-amous.com/wp-content/uploads/2015/10/max-logo1.png”);
}
}
@media (max-width: 979px) and (min-width: 768px){
/*.header_wrapper { background: rgba(255, 255, 255, 0.01) !important;}*/
/*.background–dark .mobile_small_menu {color: #F9F7F7 !important;}*/
.header_1 .header_wrapper, .header_4 .header_wrapper {background: rgba(255, 255, 255, 0.01) !important;}
.snap-drawer #navigation nav .menu > li > a {left: -111px !important;}
}
@media (max-width: 767px){
.header_transparency header#header { top: 35px;}
}
regards,
-
Hello,
I also noticed that the logo and the button for side menu are positionned outside of the screen for only the first slide of the home slider.
-
The page size is still bigger than the screen.
I will add you printscreens of all this if you want. I prefer that you explain to me the CSS code that we have put and that I try fixing it myself for faster results.
Regards,
Max
-
I sent you a printscreen. To me it seems that the pb is actually that the theme is wrong about the size of the screen.
Please come back to me about this asap.Regards,
Max -
Hello,
Please see this image with the explanation of the css code. (You can learn more about responsive default sizes here) From what screen size did you capture the screenshot you send me? What device? I have tested your site in all iphone 4, iphone 5, ipad screens and i don’t get this issue.
What do you mean by “theme is wrong about the size of the screen”? The mobile/tablet sizes are predefined in bootstrap css styles. We have successfully tested theme with many devices.Best regards!
-
hello,
thx for the ressources and explanation of the code.
What I mean by wrong screen size is that what you see in my last printscreen on the right side (the space in dark color). it seems that the issue is not about positionning the logo in the wrong place. in fact, it is on the right side of the screen. But about the size of the page being bigger than the screen of the phone. The space where the header and the rest of the content is not present on the right side of the page is not what i see when i first load the page, but when i slide to the right with my finger.
This is what i get on iphone 5s and on htcOne 8. I tested on safari and on chrome
Regards,
Max -
Hello,
Please send us your ftp credentials in a private reply. This needs modification in the js files that i can’t access via dashboard.
Best regards!
-
-
Hello,
It s been a week now. no answer at all for this.
This is not serious. I am starting to seriously think I made a serious mistake buying this theme. A word like “responsive” should not be taken lightly. Your product is not. It does not work on Firefox browser. I am totally disappointed. The support you are meant to provide is clearly not reactive enough.I would like to have my money back and I will make sure to let everyone know about this three months that I have wasted trying to make a stupid wordpress website work.
regards,
-
Hello,
@max,
We are sorry to hear that. We are doing our best to support all our forum members.
Tower theme is fully responsive. You can check the demo on every device and also in other browsers as well. And it works perfectly. Our other many customers have proven it right.
However, i must recall you that you have made a lot of changes to theme, especially the header. You want to change many core features from it. It is best for you to find the theme more close to your idea of website then just pick one and change every thing of it.
We have other demos too that could fit better you idea of photography website like these:
Tower Portfolio, Portfolio Fullscreen, Left Navigation Agency & Presentation, Tower Creative, Fullscreen Presentation..etc.
Please review the theme again and consider the major work done to build it and keep it updated, before making a bad review regarding it.We appreciate the time you gave to our theme and we are sorry it could fit your needs.
Please contact Envato for the refund.Best regards!
-
Mihaila,
What you are saying is not true about tweaking. The CSS modifications are basic ones and I could remind you of all that has been done and you could see it yourself.
Apart from making the porfolio featured images link to the portfolio item pages not a single other modification has been done to the php files.If you fill your code with specific adjustement to make your demos work perfectly in a responsive way (based on the size of your fields and images) it doesn’t make your theme responsive. Nobody is buying your theme to put the content of your demos in it. People buy the functionalities and not the CONTENT.
Please give me a serious contact to get the reimbursement.
Kind Regards,
Max -
Hello,
You have to contact Envato for the refund.
Best regards!
-
You must be logged in to reply to this topic.