Text and Image Align Tips

Home Forums Jevelin Theme Text and Image Align Tips

Home Forums Jevelin Theme Text and Image Align Tips

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • staterequirement
    Participant

    https://staterequirement.com/basics-of-insurance/

     

    This page has two tabs of manually built article lists.

     

    On both of the tabs, I had to put many line breaks (just pressed enter) after the “READ MORE” links. This was in order to have the next article H1 and image appear below the first, instead of beside.

     

    The issue is that this spacing will change when the width of the page changes, so I am concerned that this is just a bandaid fix, when I am sure there is a better solution.

     

    Thank you for your help!

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

    Hi @staterequirement,

     

    I hope you are well today and thank you for your question.

     

    Sure you can fix it better way 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

     

    .sh-tabs .tab-content .tab-pane h1 {
        clear: both;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)