Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #934979

    hi everybody,
    i have the above mentioned problem. see yourself in private link:

    #935159

    Hey buero-36,

    I see two columns, could you please attach some screenshots of the issue on your end?

    Best regards,
    Victoria

    #935195

    Hi Victoria,
    sorry my client changed the content columns to 3/4 and 1/4 because there it works.
    I found out that it works in safari but not in firefox, can you check that?
    I changed it in the new link for salzburg stadt – leistungen to 2/3 and 1/3 again.
    Best regards,
    Max

    #935890

    Hi,

    I see, the problem only shows in firefox. I tested the same layout on my end but I couldn’t reproduce the same issue on firefox on my end, can you give us temporary admin access? so we can try to check your backend settings and try to fix it for you. Just post the details in private content.

    Best regards,
    Nikko

    #936005

    Hi Nikko,
    after i finally switched on my brain, i found an easy workaround:

    #top .no_margin.av_one_half { width: 49%; }

    But none the less it would be good to find the cause. Even after i deleted all custom css there is only one column, at least in firefox, i work on windows pc (just found out in chrome it’s ok, and even edge :-) ).

    Thanks, Max

    #936006

    As i remeber i had the issue on other sites as well. But now was the right time for a ticket :)

    #936023

    Hi,

    I see, you can also wrap your code inside this, so it applies only on firefox:

    @-moz-document url-prefix() { 
      #top .no_margin.av_one_half {
         width: 49%;
      }
    }

    Or try 49.5%, Hope this helps :)

    Best regards,
    Nikko

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