Page 1 of 1

setting top margin for button menu

PostPosted: Sat Apr 01, 2017 4:49 pm
by jslx7
How can I set a top margin so that the button menu doesn't start from top left corner but 1 cm from the top? Couldn't find the right place from the .css file. :o

Re: setting top margin for button menu

PostPosted: Mon Apr 03, 2017 11:24 am
by Aivars
I think in this case the right way would be to insert the menu in some container (DIV) and add padding/margin to it. In this way you will always keep the margin even if you update the menu and overwrite its css file at some point.