iphone - Logo Vertical View "Centered"

Discussion in 'RoadFighter WordPress Theme' started by rdeshazer, Sep 17, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello

    The logo needs to be centered on the main page for the mobile view, via the vertical view of the iphone.

    http://www.hennessycapllc.com

    Please see attachment
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the CSS 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: 320px){
    .page_info img {
        margin-left: 123px !important;
    }
    }
    @media only screen and (max-width:480px){
    .page_info img {
        margin-left: 53px !important;
    }
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fixed.

    Thx
     
Thread Status:
Not open for further replies.

Share This Page