Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #755154

    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.

    View post on imgur.com

    I can also see that the nav.menu goes on top of the logo when i resize, this is also one small issue.

    #757659

    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

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