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

    Hi,
    i added an image with 750x750px.
    It works well in desktop mode, but gets cut in responsive mode.
    How can i fix that?
    kind regards
    Jak

    #1462722

    Hey Jak73,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #main {
            padding-top: 10px !important;
        }
    }

    feel free to adjust to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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