Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #394413

    Hello,

    We made a site for a client (www.brightbuildings.eu) and we have two questions:

    – in the mobile version the language flags ‘float’; they are now in top of the text in the second header; can we put them on the right part of the header?

    – as I mentioned above, there is some text in the header, in which there is a domain name: is it possible to attach al link to this domain name?

    Kind regards,

    John Niemeijer

    #394417

    Hey johnniemeijer!

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

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

    2- Yes, you can use HTML in phone info section – http://www.w3schools.com/tags/tag_a.asp

    Best regards,
    Yigit

    #394997

    Hello Yigit,

    Thank you! Number 2 worked just fine.

    Regarding number 1: I added the code, but the flags are still floating on the mobile version. Am I doing something wrong?

    Kind regards,

    John

    #395013

    Hi!

    Please try adding !important rule as following

    @media only screen and (max-width: 767px) {
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    float: left !important; }}

    If that does not work, please create a temporary admin login and post it here privately so we can look into it :)

    Best regards,
    Yigit

    #395027

    Helo Yigit,

    Now it works, thank you!

    Beste regards,

    John

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile language flags float, attach link to text in second header’ is closed to new replies.