-
AuthorPosts
-
September 8, 2014 at 3:24 pm #315123
I have my header layout set to logo right menu left and have built the site in Chrome, which displays the layout as set. When I view the site in IE, the logo is left and menu is right. Ive no idea why its doing this. Can you offer any suggestions?
http://www.uk-plumbing-supplies.co.uk/rifeng-piping-systems/
thank you in advance.
- This topic was modified 10 years, 2 months ago by pachanights.
September 9, 2014 at 3:17 am #315516Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 9, 2014 at 11:23 am #315757This reply has been marked as private.September 9, 2014 at 3:36 pm #315922Hey!
Thank you for the info.
Please add this on Quick CSS or custom.css:
.avia-msie div .logo { right: 0px; } .avia-msie .main_menu { left: 0px; }
Best regards,
IsmaelSeptember 9, 2014 at 4:38 pm #315963This reply has been marked as private.September 12, 2014 at 7:07 am #317883Hey!
Try adding this code to the Quick CSS:
.html_header_top #top .av_logo_right .logo{ left:auto !important; right:0 !important; } .html_header_top #top .av_menu_left .main_menu{ left:0px !important; right:auto !important; } .html_header_top.html_main_nav_header #top .av_menu_left .main_menu{ left:-13px !important; right:auto !important; }
Cheers!
JosueSeptember 12, 2014 at 10:46 am #317998Hi Josue
I added this new code but it changed nothing.
I’ve included whats inside the quick CSS, I don’t know if this may conflict with this new code that might be stopping it from working
td {
vertical-align: top;
}body > br {
display: none !important;
}.phone-info {
float: left;
font-weight: normal;
line-height: 20px;
font-size: 12px;
padding: 5px 0;.html_header_top #top .av_logo_right .logo{
left:auto !important; right:0 !important;
}
.html_header_top #top .av_menu_left .main_menu{
left:0px !important; right:auto !important;
}
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu{
left:-13px !important; right:auto !important;
}September 12, 2014 at 8:28 pm #318314Hi!
You have a typo here:
.phone-info { float: left; font-weight: normal; line-height: 20px; font-size: 12px; padding: 5px 0;
Missing “}”.
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.