Sam
(@soumendra)
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.
Sam
(@soumendra)
Hello,
Can you please mention which image you referring, I can not see any fool width image in your site.
Thread Starter
Norek
(@norek)
Sam
(@soumendra)
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?
Sam
(@soumendra)
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.
Sam
(@soumendra)
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…
Sam
(@soumendra)
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.