Pepsipops

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Create a dropdown menu to the left side #60542
    Pepsipops
    Participant

    Glad I could help you.

    in reply to: Create a dropdown menu to the left side #55144
    Pepsipops
    Participant

    Dear Zed, I finally created a simple and tiny CSS script for my childtheme’s style.css setting the whole sub-menu only a bit to the left:

    .sub-menu {
    left: -40px;
    }

    This way I keep some longer menu entries ‘within the screen’ of smaller computers resolution, just before the menu would toggle to ‘tablet menu view’ with the ‘list menu’ appearance. No JavaScript needed and no ‘destruction’ of the theme, I think.

    Again thank you very much for this fantastic theme and your fast and serious support!

    in reply to: Create a dropdown menu to the left side #55142
    Pepsipops
    Participant

    Ok, thank you very much, Zed. So it seems that this is not to solve via CSS (e.g. CSS anywhere like ‘left: -149px;’ for sub-menu or similar)…
    Nevertheless: For me Septera is the one of the best themes I found until now. It’s all very well elaborated. Other theme developers could learn from its code. Fantastic work!

    in reply to: Change the font size of Menu / Sub-Menu #55141
    Pepsipops
    Participant

    Thank you very much, Zed! Exactly what I was looking for! With the code ‘#access ul li a span { font-size: 1.3em; }’ added to my childtheme’s style.css the menu text gets slightly taller. You’re the best!

Viewing 4 posts - 1 through 4 (of 4 total)