How to change spacing of menu titles for "Gateway" theme

  • Unknown's avatar

    Hi i’m trying to increase the spacing of the menu titles for the Gateway theme through CSS customization. Any ideas how to do this?

    The blog I need help with is: (visible only to logged in users)

  • Just to be clear, you want increase the spacing between menu items, correct?

    Your blog is private so I can’t take a look, but this should work for Gateway theme:

    .menu li{
    	padding-left: 20px;
    	padding-right: 20px;
    }
  • Unknown's avatar

    Thank you so much! That worked :)
    I’m actually trying to rebuild a flash website using wordpress.
    The current website is “davidclovers.com”

    I was wondering if its possible to make an exact copy using WordPress.com just by CSS customization. Do you think I will need to download WordPress.org instead?

    It would be great if you could have a look and let me know.

    Thanks for your help!

  • Unknown's avatar

    Also, is there a way to change the menu-items to lower-case and its font colour?

    Let me know if you have any ideas!

  • You’re welcome!

    If you want an identical website including the backend and admin panel, I’d suggest you go the WordPress.org route.

    Answered rest of your queries in the appropriate thread here.

  • The topic ‘How to change spacing of menu titles for "Gateway" theme’ is closed to new replies.