Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1428315

    Hello, here

    the circles fall out of the screen when on a mobile.
    is the best way to make two textblocks? the first like it is now an hide it on small screens
    the second just make a bulletlist and hide it on big screens?
    or is there a way to keep the bullets everywhere but display them on a mobile screen underneath each other?
    best regards, jelle

    #1428321

    Hey jeel147,

    There is a div in your conten which has this inline styling:

    display: inline-block;

    If you remove that, then it should look better on smaller screens.

    Best regards,
    Rikard

    #1428390

    hello Rikard
    unfortunately that did not work.
    i mean it was oke for a mobile but on my PC all content is going to the left of the text field…

    best regards, jelle

    #1428402

    Hi,

    It’s still there, please try to remove it: https://snipboard.io/ITzklS.jpg

    Best regards,
    Rikard

    #1428427

    hello rikard, there, yes, its still there as i have put it back because it worked for mobile but on the PC the content went to the left…

    • This reply was modified 11 months, 1 week ago by jeel147.
    #1428444

    Hi,

    Thanks for that. I’m not sure what your intentions are though, please try to specify that for each screen size.

    Best regards,
    Rikard

    #1428563

    hello Rikard
    sorry , i shall try to explain more.
    if youll see the image below…the circles do not fit the screen.
    on a pc or tablet there is space enough, but i want the circles to be seen on a mobile as well
    best regards, jelle

    ps: if i remove this:
    display: inline-block;
    it works, now the circles can be seen on a mobile
    but the disadvantage is that on a pc all content goes to the left, it does not stay in the middle…

    • This reply was modified 11 months ago by jeel147.
    #1428583

    Hi,

    Thanks for the update. I’ve removed the inline style, and it looks fine on my end. Please have a look on your end as well.

    Best regards,
    Rikard

    #1428604

    hello rikard
    thanks for your help again
    for mobile it looks good now but for the PC
    unfortunately i dont see any improvements on the PC concerning the aligning, its still on the left instead of centered

    https://jmcwebdesign.nl/wp-content/uploads/2023/12/Screenshot-2023-12-20-at-14-28-00-Mens-en-groei-–-Menselijke-ontwikkeling.png

    best regards, jelle

    • This reply was modified 11 months ago by jeel147.
    • This reply was modified 11 months ago by jeel147.
    #1428651

    Hi,

    Thank you for the update.

    Where did you add the script that controls the circles? The following css code should center align the main image, but the layout would be a lot cleaner if we could adjust the html and the script that controls it.

    .av-js6cdz0m-79a1a59d1a58d6b766b96fd581f31251 #c {
        margin: 0 auto;
        background-position: center center;
    }

    Best regards,
    Ismael

    #1428656

    hello ismael
    thanks for your help.
    the script that controls the circles is in the quick css

    cant seem to get the circles aligned centre, inlcuding the image underneath it.
    everytime ill align it center its not working…
    (on mobile it is oke now).

    dont know why the centre aligning is not working…

    #1428721

    Hi,

    Thank you for the info.

    We adjusted the html of the circles and edited the code in the Quick CSS field to center align the items and the main image. Please make sure to purge the cache and do a hard refresh before checking the page.

    Best regards,
    Ismael

    #1428738

    thank a lot Ismael. looks good!
    as far as im concerned you can close this ticket now.
    best regards, Jelle

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘text block too wide for mobile’ is closed to new replies.