Home › Forums › Jevelin Theme › Responsive Feature Not working Properly
Home › Forums › Jevelin Theme › Responsive Feature Not working Properly
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!
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
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; }