First off i would like to thank you for providing help for all users :) I need some advice how to change size of menu buttons. Chceck out my site: verano24.pl As you can see menu buttons are at the top border and i want them to be equal with logo which is in menu (so it suppose to cover all that white place from top to bottom). I have changed size of menu earlier to make it narrower and it worked, but now, after i put the logo in menu i just can’t make it wider. I’m not a premium user so everything i do i do in css. I have changed following code:
header#masthead .hgroup {
zoom: 1;
position: relative;
padding-bottom: 59px !important;
padding-top: 59px !important;
but nothing happend, menu buttons are still the same. I must point i have changed some other parts of code so maybe thats the reason why it doesnt take any effect. That was the first thing. Also i would like to place menu buttons at the right side of menu. Logo should stay at left. I see the positions that allows me to change logo side, but can’t find that option for menu buttons. So this is it for now, i’m looking forward to hearing from you :)
URL: http://verano24.pl
Hi Robert
Thanks for your support. Please remember that all Custom CSS changes need to go in a plugin like Simple Custom CSS. Changes made directly to theme files will be overwritten during theme updates.
Try inserting the following into a plugin like Simple Custom CSS:
Okey, my mistake, i will have to make some changes, this time with plugin :) So this code is working, can you give me also some tip about how to move these buttons to the right side? Actually i think it looks good now, but i would like to know how to move menu anyway, maybe it will be useful in future. Thanks alot for your help :)
To right align the menu you could try the following under Appearance > Custom CSS:
Its working, thank you very much for your help :)
Super, glad that helped.