Hello,
These packages on http://zorbas.synology.me/wordpress/priser/ are still not showing correctly when resizing browser like a tablet. The first pakketilbud 1 and 3 get´s cutted of and the buttons as well when resizing browser.
I really want these small mistakes/details fixed before I can migrate the site.
I can also see that the nav.menu goes on top of the logo when i resize, this is also one small issue.
Hey lech07,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1024px) {
#pakketilbud-priser .flex_cell {
width: 100%!important;
}
#pakketilbud-priser, #pakketilbud-priser .flex_cell {
display: block;
}}
Best regards,
Yigit