I have been playing with custom css but cannot get the navigation button and shopping cart button to position properly. In the portrait view on my iphone, they are sitting on top of the logo. It is ok in landscape view. What is the correct css to fix this?
http://sharprockvineyards.com/wp/
Thank you again!
Hey elames!
Your website is not available.
We will help you on this, but have in mind that you already requested a lot of help in this forum. If you have any issues with on of our themes we are happy to assist you, but for any customization we would kindly ask you to use http://www.envato.com/ or http://werkpress.com/ in the future.
Let us now when your website is available again.
Regards,
Andy
SOrry I have been away for a few days. The site it showing just fine. Perhaps the hosting company has your iP blocked. Can you check again:
http://sharprockvineyards.com/wp
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
strong.logo { margin-left: 20px !important; }}
Best regards,
Yigit
Sorry, this did not work.
Here are the codes you gave me previously. are any of these conflicting with this recent one?
@media only screen and (max-width: 480px) {
strong.logo { margin-left: 20px !important; }}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-left: 0!important;
margin-top: 10px!important; }}
@media only screen and (max-width: 767px) {
ul#avia2-menu {
display: none;
}}
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Hi!
My bad. I forgot minus in front of the value. Please review your website now. I checked on my iphone and it does look fine now
Cheers!
Yigit
Thanks yigit. That works now. SOLVED