Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262060
    cindy
    Participant

    Is there a way to force a line break that moves text below the last image in a group and keeps it there? Right now I’m using multiple returns to try to get it where it belongs, but, obviously, it changes depending on the screen size.

    (This is my work-around for not being able to link images in a gallery to individual URLs. Maybe there’s a better way to do it that would solve this problem, but I haven’t found it. Suggestions are welcome.)

    You can see an example of what I am trying to do at https://explorationvacation.net/africa-and-middle-east-page/ and https://explorationvacation.net/exploring-asia/

    Thanks.
    Cindy

    #262257
    Skandha
    Participant

    @thetravelgal: Hello there,
    Can you please try wrapping the text All Destinations Everywhere with a <div> rather than a <p>?

    Kind Regards,
    Skandha

    #262549
    cindy
    Participant

    I’ve tried both. Neither works. Neither does <br>

    Cindy

    #262601
    Skandha
    Participant

    @thetravelgal: Hello Cindy,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #post-22568 .entry-content > div {
        clear: both;
        text-align: center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hard line break after images’ is closed to new replies.