• Hi buddies!

    – How can I present the three food menus in front page, align in center, in the same row?

    – Another question, is possible to adjust the size of footer widget box to display sane height and width no mater the content inside?

    You can see the application at page.

    Thank you! ??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I’m seeing the content when I hover the three menus as centered. Did you get this figured out?

    On the widgets, this can get tricky. Let’s see what you think with this, which removed the borders from the individual widgets and adds it to the parent widget container.

    #secondary .inner {
    border: 2px solid #ece8e0;
    }
    #secondary .widget {
    border: none;
    }

    Hi!
    Thank you very much!!!
    In fact, what I needed was:
    #secondary .inner {
    border: none;
    }
    #secondary .widget {
    border: 2px solid #ece8e0;
    }

    It did the trick!!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

    Thread Starter marketing360

    (@marketing360)

    Unfortunately none of the codes resulted.

    What happens is: In the Safari browser, for example, the three menus are aligned on the same line. In Chrome, this does not happen and they are two up and one down. That’s what I liked to change. Uniformize and appear in all browsers, the three menus aligned.

    THANK YOU MATES!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align in center the menu’ is closed to new replies.