Move Menu & Homepage Intro left

Discussion in 'Gommero WordPress Theme' started by alsolin, Feb 9, 2014.

  1. alsolin

    alsolin New Member

    Joined:
    Feb 7, 2014
    Messages:
    3
    Likes Received:
    0
    Hi there,

    how can I move
    - the Homepage Menu to the left
    - Homepage Intro to the left?

    Thanks very much in advance
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
     #menu ul.ddsmoothmenu {
    text-align: left;
    }
    .testimonial h1 {
    text-align: left;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page