Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello,

    You can try this in your Custom CSS:

    .rslides-container {
    padding: 0 !important;
    }
    .slider-boxed #slider .rslides-inner {
    box-shadow: none;
    width: 990px;
    }

    Thank you.

    Thread Starter Norek

    (@norek)

    Hello.
    Thank you for your Answer.
    You have made it for my slider and I need it in my posts (all images that have being posted there and not in slider)
    Thanks a lot.

    Hello,

    Can you please mention which image you referring, I can not see any fool width image in your site.

    Thread Starter Norek

    (@norek)

    So I would like so that the images like this (https://car2show.de/zakharkou/326/bmw-e46-federn-hardyscheibe-zusatzdaempfer-der-stossdaempfer-wechseln-und-vieles-mehr/) have no more spacing , so like now in my slider (car2show.de)

    You can try this instead:

    .single-post #content {
    padding: 10px 0;
    }
    .single-post #content-core {
    max-width: 990px;
    }
    .single-post #content p img {
    width: 990px;
    }

    Thank you.

    Thread Starter Norek

    (@norek)

    No, unfortunately there is no change there. And for these images you must still use .aligncenter, right?

    I have edited the first post please check.

    Thank you.

    Thread Starter Norek

    (@norek)

    Yes, that’s exactly what I wanted. The problem is that I wanted no spacing for images but for text yes. Could you help me whith it? Thanks a lot. I appreciate it.

    Hello,

    You have added the images and texts both inside the p tag. Please keep the texts inside the p tag bug move the images outside of the p tag so that I can help you with some CSS there.

    Thank you.

    Thread Starter Norek

    (@norek)

    Yeah, and how can i do that? That made the WordPress-Core…

    Thread Starter Norek

    (@norek)

    I′ve done that. Now my problem is the CSS…

    Hello,

    This is a post and you have added that inside the post. Might be intentionally or by using any plugin.

    Please visit Dashboard > Posts > Edit that post in Text mode and you can find the things to change there.

    Thank you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Images without padding and margin’ is closed to new replies.