Main Menu at the header.

Discussion in 'Compass WordPress Theme' started by trasgu, Jun 5, 2014.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there friends,
    I'm starting to work with this cool theme and I have a couple of questions:
    1. How can I move the Main Menu in the Header a bit to the left towards the Logo so all my Menus fit nicely in one line. Also, would it be possible to place the Menus structure under the logo?
    2. How can I deactivate Feature heading and description of the Slider?
    Url: http://www.iniciativa-comerciojustocolombia.org/

    Thx tons :)
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Tons,

    1) To set menu under logo open "header.php" file and remove code shown in the image and after that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu {
    text-align: left;
    margin-top:10px;
    margin-left:28px;
    }
    logo.png

    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .salesdetails{
    display:none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Excellent tip as always Nitesh, it worked just perfect ;)
    Have a great weekend !!
    J.
     
Thread Status:
Not open for further replies.

Share This Page