• Resolved Hekwos

    (@hekwos)


    Hello

    I have my images to a width of 640. How can I set the text to the same width so that they fall together?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Superb

    (@themeeverest)

    Hi @hekwos where on your website is that happening?

    Thread Starter Hekwos

    (@hekwos)

    It is on all my posts. It seems to be the standard setting. All the text goes further out than the images.

    Theme Author Superb

    (@themeeverest)

    Hi @hekwos it seems to be a plugin or so that’s causing all your images to be max 640px wide. :-/

    You can force your pixels to be shown in full width with the following code:

    wp-block-image img {
        max-width: 100%;
        width: 100%;
    }
    Thread Starter Hekwos

    (@hekwos)

    They already show themselves to their full width. I am the one who is setting each picture to be max 640 wide manually for each picture. But I also want the text to fall in within 640.

    Both pictures and text should fall within 640. That would be my wish.

    Theme Author Superb

    (@themeeverest)

    Hi @hekwos

    You can try using this code:

    .entry-content {
        max-width: 640px;
    }

    Please note that the theme isn’t built for that, so it might cause issues with some plugins, but as far as I can see it works fine ??

    Don’t forget to rate the theme if you like it!

    Thread Starter Hekwos

    (@hekwos)

    Hello

    It worked like a charm. Thank you. ??

    It took the text. If it also took the images I don’t know. I will see the next time I post something.

    I will rate the theme when I have made all the adjustments that I need to make. Looks good so far.

    Theme Author Superb

    (@themeeverest)

    Happy to hear that @hekwos !
    Have an awesome summer! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to define text width’ is closed to new replies.