Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 9 years, 6 months ago by pachanights.
    #315516

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #315757
    This reply has been marked as private.
    #315922

    Hey!

    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,
    Ismael

    #315963
    This reply has been marked as private.
    #317883

    Hey!

    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! 
    Josue

    #317998

    Hi 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;
    }

    #318314

    Hi!

    You have a typo here:

    .phone-info {
    float: left;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;

    Missing “}”.

    Cheers!
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.