Tagged: columns, portfolio raster
hi everybody,
i have the above mentioned problem. see yourself in private link:
Hey buero-36,
I see two columns, could you please attach some screenshots of the issue on your end?
Best regards,
Victoria
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
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
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
As i remeber i had the issue on other sites as well. But now was the right time for a ticket :)
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