Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    @sandydaeh thanks for reporting. A fix will be included in the next update.

    Thread Starter Sandy

    (@sandydaeh)

    Hi Alex, thanks for the quick help. That helped a lot already, I can’t get the flags right though. They are integrated in the secondary menu but won’t show up in the same line as “contact” and “newsletter”. There is enough space given in the customizer (so there is no forced line break). Can you help with that as well?

    Plugin Contributor Alex Gor

    (@alexgff)

    @sandydaeh

    To fix the issue with menu you can
    1. open WPGobus Options page
    2. select Custom Code tab
    3. add code to Custom CSS option

    .builder-item--secondary-menu {
      width:300px;
      margin-left:-100px;
    }

    4. click Save Changes
    5. check out on frontend

    Thread Starter Sandy

    (@sandydaeh)

    Thanks a lot! That worked

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Design is shown incorrect in second language’ is closed to new replies.