Mobile View - Horizontal

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Feb 23, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Horizontal View of header
    1.The logo left image is not aligned properly. It is overlapping the right header image.

    www.irgfirm.com
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .header_contact {
    margin: 0 !important;
    margin-top: 15px !important;
    padding-right: 38px !important;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header_contact {
    margin: 0 !important;
    float: inherit !important;
    text-align: center !important;
    margin-left: 131px !important;
    margin-top: 13px !important;
    }
    }
    Thanks,
    Praveen
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page