Rework The Header Slightly...

Discussion in 'Figero WordPress Theme' started by adefeo777, Apr 30, 2014.

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

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    I would like to change the positioning of the menu and add a phone number and a line on the top right side. I have attached two image captures, one As it is, and one as I would like it... could you please advise me as to the best method of achieving this? Thank You!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file as instructed in the image given below.

    Code:
    <div class="top_contact" style="float:right; text-align: right;">
                                    <p>Enter Your Contact Address Here.</p>   
                                </div>
                                <hr style="border: 3px blue solid;" />
                                <div class="clear"></div> 
    [​IMG]


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

    Code:
    div.top_contact {
    margin-top: 35px;
    } 
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     
  3. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page