Viewing 1 replies (of 1 total)
  • Thread Starter Mikael Boldt

    (@boldt)

    I found a solution.
    When copying part of the style-CSS from the Plugin to the child-theme style-CSS it was possible to adjust the size of the images and the space between the posts so there will be no space for the title next to the image.

    Below is the part I added with the corrections:

    /* image of posts on slider */
    .chpcs_image_carousel img {
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin:2px 0 2px 0;”
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Heading wrapped around image’ is closed to new replies.