Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #340637

    The smartphone display language flags in the header there are very attached to the logo, making it difficult to play on the flags.

    Also I have problems with the menu: to unfold is located to the right, so when I opened the submenu disappears right.

    Can you help?

    Thank you very much,
    José Mª

    #342418

    Hi José María!

    Can you post a link to your website please?

    Best regards,
    Andy

    #342650

    Hi!

    http://www.compacte.es

    Thks.

    José María

    #342910

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #header_meta .sub_menu>ul>li { float: left; margin-top: -14px; }}

    Can you please elaborate on the second issue?
    Best regards,
    Yigit

    #343317

    Hi!

    Thank you.
    I added the code for CSS Styling General, and I see no change in the smatphone …

    1. Can I put space between the flag and the logo? touching on the flags always touches on the logo.
    2. The submenu shifts right, then disappears from the screen when your smartphone is vertical. ¿I can move all the submenu to the left?

    I’ve attached two screenshots of the questions:
    http://www.screencast.com/t/M6MtSI02uo

    Best regards,
    José María López

    #344175

    Hi!

    Do you mind creating a temporary admin login and posting it here privately? Code is currently not being applied

    Cheers!
    Yigit

    #344280
    This reply has been marked as private.
    #345158

    Hey!

    Please add this on Quick CSS or custom.css to force the alignment of the social icons and the switcher to default:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    width: auto;
    }
    
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    width: auto;
    text-align: left;
    }
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.