Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #907963

    Hi Kriesi,

    I have an issue displaying full size image with caption in a post.
    Using caption, the image is not shown at 100% size (is blurred).

    I found that if in the base.css file i set the following code, the problem is solved (see below):
    #top .wp-caption img
    with padding: 4px;

    I have made a screenshot in the private link below.
    How can I place this code in Quick CSS so in the future the image display to not be affected by theme’s updates (which replace every changes I have made in theme files?

    Thanks.

    • This topic was modified 6 years, 7 months ago by olimpiupop.
    #907999

    Hey olimpiupop,

    Try adding this css code in Quick CSS:

    #top .wp-caption img {
        padding: 4px !important;
    }

    That should override the padding defined in base.css :)

    Best regards,
    Nikko

    #909261

    Thanks Nikko,
    It worked!

    #909278

    Hi,

    Glad we could help :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.