Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #311079

    Hey guys. is there a way to get the phone number info BELOW the sub menu as we see here..
    Thank you!

    #311906

    Hi Justin!

    You can try to use the position:absolute css atribute to position the phone number below the sub menu. Add this code to the quick css field:

    
    #top #wrap_all #header_meta .phone-info {
    position: absolute;
    right: 35px;
    top: 37px;
    }
    

    and change the top and right value if necessary.

    Regards,
    Peter

    #312399
    This reply has been marked as private.
    #312988

    Hi!

    Can you post the link to your website please so we can provide you an accurate custom CSS code?

    Regards,
    Yigit

    #313045
    This reply has been marked as private.
    #313046

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    .phone-info { font-size: 20px; }}
    @media only scree and (max-width: 768px) and (min-width: 481px) {
    #top #wrap_all #header_meta .phone-info { top: 17px; font-size: 14px; }}
    @media only screen and (max-width: 480px) {
    #top #wrap_all #header_meta .phone-info { top: 47px; }}

    Regards,
    Yigit

    #313070
    This reply has been marked as private.
    #313180
    This reply has been marked as private.
    #313960

    Hi!

    Please add following code to Quick CSS

    nav.sub_menu {
    position: relative;
    top: 55px;
    }
    #top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info {
    color: red;
    border-color: red;
    }

    Cheers!
    Yigit

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