Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247212
    #247236

    Hey karbonato!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .responsive #header_meta .sub_menu>ul li, .responsive #header .social_bookmarks li {
    right: -5% !important;
    }}

    Best regards,
    Yigit

    #247257
    This reply has been marked as private.
    #247996

    Hi!

    Please try following code instead

    @media only screen and (max-width: 480px) {
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { margin-left: 25px; }}

    You may need to adjust the value to position the languages perfectly

    Regards,
    Yigit

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