Landing page, text area

  • Author
    Posts
  • #56518
    maddoggr
    Power User

    Hi, I don’t know if it’s a bug or not so sorry if posting to wrong section.
    The problem that I have is that when I choose a page that has image to show up to the landing page–>text area then it messes up placing images to wrong places over captions or pages text.
    You can see what I mean if you take a look at the website, the 3 photos all have captions and only a portion is visible to the center image the other two have been placed on top of their caption.

    Website: thesslogistes.gr

    #56660
    Zed
    Cryout Creations mastermind

    The text areas are designed to support one (larger) image, which get special position styling (you can see this on the demo in the first text area).

    Use this custom CSS to disable the positioning:

    body .main .lp-text-content img:first-of-type {
       bottom: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Landing page, text area’ is closed to new replies.