layout problems

  • Unknown's avatar

    Hi,
    I am encountering the following problems:

    1 how to reduce the size of my menu font?
    2 the dropdown is not coming properly
    3 alignment is not right too. I would like it to be centralized

    http://www.chefdevagisanmugam.com

    There is space on the top of the website

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

  • Unknown's avatar

    Hi there,

    1. To change the size of the menu font, add the following and adjust the size as desired. The first rule is the top level menu items and the second is the submenu items.

    .wf-active ul.nav a {
        font-size: 25px;
    }
    
    .wf-active ul.nav ul li a {
        font-size: 23px;
    }

    2. The dropdown is working fine for me in Firefox, Safari and Chrome. What exactly is not working for you or what do you want to change about it?

    3. What do you want centered? The top menu bar items or the submenu items? The following will center the menu as long as it stays one line, but it will revert back to left-alignment when the menu goes to two lines, and you have a lot of menu items.

    #header-bottom {
        text-align: center;
    }
    
    ul.nav {
        float: none;
        display: inline-block;
    }
  • Unknown's avatar

    Hi,
    Thank you very much for the prompt reply.
    I managed to change the font size and am so happy :-)

    1 Is there anyway that I can remove “posted by ….” from all my posts? I will be the only one posting on this website and so it looks funny that at every page I have my name mentioned.

    2 I would like to add my own text to replace “Blog at WordPress.com. Customized TheStyle Theme” – how do I do that?

    Thanking you in advance.

    Chef Devagi Sanmugam

  • Unknown's avatar

    1. Answered here:
    https://en.forums.wordpress.com/topic/how-to-remove-authors-name-from-post?replies=6#post-1490307

    2. That’s against the TOS. See #11 here:
    http://en.wordpress.com/tos/
    You can add to the credits but you cannot replace them.

  • The topic ‘layout problems’ is closed to new replies.