Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396194

    Hello …
    I’m trying to figure out the Custom CSS needed to add some extra top & bottom spacing (margin or padding) to be added on the main menu – Between the Top Bar and Header Title – See http://www.tiikoni.com/tis/view/?id=6f380fb

    Can anyone help?

    Thanks!

    #396221

    Hi shafiqkhan ;
    you can try to add these lines into your custom css file :

    #1 : to create an extra top space :

    #header_main {margin-top: 25px;}
    

    #2 : to create an extra space bneath the header (it depends on the size of your header)

    #main {padding-top: 150px;}
    

    adjust the size as you like

    #396556

    Hey shafiqkhan!

    Did @begrafiks advice work for you?

    Regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.