Slight Redesign

Discussion in 'GoldenEagle WordPress Theme' started by shelldonwells, Jan 29, 2014.

  1. shelldonwells

    shelldonwells New Member

    Joined:
    Jan 13, 2014
    Messages:
    7
    Likes Received:
    1
    I wonder if this is possible, and if so, could someone show me how.

    My website: www.cctouring.co.za

    I would like the company name that is presently to the left of the main menu, to be moved to be centered between the social media icons and the search bar.

    Then I would like the main menu to be spread evenly accross the whole page. That way I can add new menus to the menu bar.

    Is it possible?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please download "header.php" file attached and replace it with your current "header.php" file.

    Now,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .logo {
    padding-left: 285px;
    }
    @media only screen and (max-width: 959px) and (min-width: 768px){
    .logo {
    padding-left: 200px!important;
    }
    }
    @media only screen and (max-width: 767px){
    .logo {
    padding-left:50px!important;
    }
    }
    @media only screen and (max-width: 480px){
    .logo {
    padding-left:20px!important;
    }
    }
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

Share This Page