Layout issue

Discussion in 'ColorWay WordPress Theme' started by n0limit88, Apr 7, 2015.

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

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    Hi,

    On the following website http://www.myfloridatutor.com, the layout has become distorted and messed up after applying the necessary changes to put the contact information in the upper right hand corner of the page. Can you please take a look at the page and advise how to fix the layout and properly align the company logo with the contact information that is seen in the upper right hand corner of the header.

    Thanks
     
  2. praveen

    praveen Support Staff

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

    I have checked your website.
    It seems that some customization made at your end cause this issue.

    Kindly, download a fresh copy of this theme from the members area and upload it to your website.

    Also,send us your website WordPress login details at [email protected] along with the thread link.
    We will customize and add Contact Us in your website header.

    Thanks,
    Praveen
     
  3. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    Hi thanks for fixing that. When you view it on the mobile version however the contact us info at the top right header section appears on the mobile version and looks messed up. Is there a way to make this information not appear on the mobile version.

    Thanks
     
  4. 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: 767px) and (min-width: 480px){
    .contact_us {
      display: none !important;
    }
    }
    @media only screen and (max-width: 480px){
    .contact_us {
      display: none !important;
    }
    }
    Thanks,
    Praveen
     
  5. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    Thank You
     
Thread Status:
Not open for further replies.

Share This Page