Menu and Logo on Phones and Devices

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Sep 14, 2015.

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

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Hi, I have custom code in place for my logo and menu that look excellent on desktop (thank you!) However, because of the custom code, on mobile view and other devices, the logo and menu are off center. Can you assist? www.thebradfordhouse.com
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media (max-width: 767px){
    .top-icons{
        float: right !important;
    }
          #logo img {
          top: 16px !important;
          margin-left: -666px !important;
          float: left !important;
    }
    }
    @media (max-width: 480px){
    .top-icons{
        float: right !important;
    }
    #logo img {
        top: 29px !important;
      margin-left: -429px !important;
     
    }
    }
    Note: Change the numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Can you do this for me? Thanks.
     
  4. priya

    priya Guest

    Hello,

    Yes sure,

    Please send us your dashboard details at [email protected] and I will do it for you...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. nitin

    nitin Guest

    Hi,

    Thank you for providing us the credentials.

    You would be glad to know that we have made the changes as per your requirements.

    Kindly check and acknowledge us for the same.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  6. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    thank you!
     
Thread Status:
Not open for further replies.

Share This Page