Removed logo from top left, now phone number is centered

Discussion in 'RoadFighter WordPress Theme' started by mandied_dunbarton, Jan 22, 2016.

  1. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    Hi. I removed the logo from the top left. Now the phone number that was on the right is centered. I want it moved back to the right! How do I do this?

    Also, I would like the logo to appear in the top left of all the interior pages...just not that first page. Any way to do that?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Regarding your issue #1,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header.home .call-us {
        margin-right: -431px;
    }
    For the issue #2,

    The code is given below..
    Code:
    .header.home .logo {
    display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page