Responsive Feature Not working Properly

Home Forums Jevelin Theme Responsive Feature Not working Properly

Home Forums Jevelin Theme Responsive Feature Not working Properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • shanticfm
    Participant

    Hi,

    On our landing page:

    http://sweetme.creativeflowmedia.org/affordable-home-newborn-photography/

     

    The top part that has the 3 reasons why parents choose us, looks fine on my laptop but when displayed on desktop wide screens looks distorted kindly see the attached image.

     

    I would like the Affordable Packages to not let the bottom content appear next to it.

     

    This is probably the last edit before we launch!! So exciting!

    Attachments:
    You must be logged in to view attached files.

    Hi @shanticfm,

     

    Thank you for your question.

     

    You can display it on new line by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #heading-5bba822618257bc8698db303bea0a00a {
        clear: both;
    }

     

    Best regards,
    Shufflehound team

    shanticfm
    Participant

    Thank you this is much better!!! One last thing, the title below doesn’t show the proper 20px empty space between the Package 2 image and the title below it. Kindly see attached.

     

     

    Attachments:
    You must be logged in to view attached files.

    the title below doesn’t show the proper 20px empty space between the Package 2 image and the title below it. Kindly see attached.

    To resolve the issue please change above shared CSS code as following.

     

    #heading-5bba822618257bc8698db303bea0a00a {
        clear: both;
        padding-top: 20px;
        margin-top: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)