Viewing 5 replies - 1 through 5 (of 5 total)
  • HI there,

    Thanks for writing in! if you wish to regulate the text right next to the images (see: https://prntscr.com/8776ig ), so you can add the following code under Appearance > Theme Options > Custom Css:

    .entry-content .read-more {
        margin-left: 53.2%;
    }
    
    .entry-content p {
        margin-left: 53.2%;
    }

    Hope this helps!

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    Thanks for your help. but it still does not work?

    Hi there,

    It seems to be working at my end, perhaps it’s a caching issue, I’d advise clearing your browser’s cache or testing on a different browser.

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    i think you have an other screensize. its not working. cache is deleted and with two other browser its still not working.

    Hi there,

    You can try adding the following code under your custom CSS field:

    @media only screen and (min-width: 990px) {
    
    .entry-content .read-more {
        margin-left: 66.2% !important;
    }
    
    .entry-content p {
        margin-left: 68.2% !important;
    }
    }
    
    @media only screen and (min-width: 1000px) {
    
    .entry-content .read-more {
        margin-left: 53.2%;
    }
    
    .entry-content p {
        margin-left: 53.2%;
    }
    }

    If you are asking for the layout shouldn’t break on iPads, as its breaking here: https://prntscr.com/877t0o. So i’d refer you to hire some developer services to get this done, as we don’t provide custom development so it falls outside the support we provide.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘At Home (blog) the text next to the picture’ is closed to new replies.