Custom Menu in Header of Imbalance2

  • Unknown's avatar

    I have my header section in http://www.travellingassassin.com but I want the menu already there to have the full word on one line rather than one word and the other world underneath it. (I want to keep the vertical menu but each item has to be on one line rather than 2). Also, I tried to add in another custom menu in the next section but the menu is horizontal and mashes all up on top of each other. How do I get the same thing in the second coloumn>? Is there a CSS code to make the custom menu view as a vertical menu in these widget sections in the header? Finally, I want the image to be bigger than this )Logo on the left) I tried to scale it bigger but it wont let me. Is there a CSS code I can make it larger?

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

  • Setting a header width smaller than the current 210px, should accommodate your needs. Here is the CSS you will use to define the width:

    #header-left { width: 100px !important;}

    Cheers!

  • Unknown's avatar

    Hi I tried to find some of the answers but the subject lines on the link are not that specific (eg “header issue”). I managed to fix it a little but the actual css code you gave me didn’t work. I took out some elements, so now my issues are these:
    1. I need to find out how to lower the menu so that it is aligned with the logo and other widgets
    2. I have my site title in an image file I wanted to put under the menu and across the entire banner down the bottom of the header section or on the top right.
    3. I also need to find out why the custom menu in section 3 appears on top of itself, misaligned and horizontal next to the current vertical menu.
    4. I know how to put widgets in but I do not know how to move them to the top right hand corner without everything else in the header shifting. Either I am really really bad at this or this theme is clearly not for me:)

    If anyone can help me, I would appreciate it.

  • Unknown's avatar

    and also how to increase the size of the logo photo on the left to approx the size of the first menu.

    Thanks for your help @johndcoy

  • Unknown's avatar

    @travelassassin, it has been several days since you posted and it appears like you have at least some of this accomplished.

    It appears as if you have the menu issues sorted out.

    1. Looks like it is done.
    2. I see two images of your title in your media library; ttalogo11, and ttalogo770. The following uses the 11 image, but you can substitute the URL for the other one if you wish.

    #wrapper {
    background: url("http://travellingassassin.files.wordpress.com/2013/08/ttalogo11.jpg") no-repeat scroll 25px 220px / contain transparent;
    }

    3. I’m not seeing this, did you get this issue taken care of?

    4. I see the follow widgets up there in the right header widget position.

    5. The header image it looks like you have gotten larger. Do you want it larger still? If so, I suggest editing the image in an image editing program and cropping it tighter and then enlarge it in the image editing program and replace the one you are now using.

    Please let me know if you have further questions, or if I misunderstood anything.

  • The topic ‘Custom Menu in Header of Imbalance2’ is closed to new replies.