Before you ask please READ THIS

Menu titles in two lines

edited December 2013 in Superior Posts: 66
Hi,

What i want to achieve is a menu title named like:

Ingles para
niños

I tried by adding a BR, but that breaks the design because the break is so big

I tried also with span style negative top margin for the secondline, and that works well, but when you see the mobile versión, each menu item appears in two lines

Any ideas? Thanks!

Comments

  • AirAir
    Posts: 10,970
    Hi there.

    It is rather hard modification, cause as you mentioned you will have to fight it later in responsive layout.
    You have to overwrite styles, that you have added, in breakpoint below 680px. So it would look like this(custom CSS you can add):
    @media only screen and (max-width: 680px) {
    .your_span_style{
    margin: auto; display: inline;
    }
    }
    Hope that helps.

    With regards.
  • Hi again AIR,

    Well its a bit complicated but i think it will make the trick!

    Thanks for your help!
  • AirAir
    Posts: 10,970
    If you made negative margin tricks, then this is children play ;-)

    With regards.
  • Thanks!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!