Viewing 1 replies (of 1 total)
  • Plugin Author caterhamcomputing

    (@caterhamcomputing)

    Adding the following to the Custom CSS box (Settings -> CC Child Pages) or to the CSS for your theme should achieve what you are looking for:

    .cc-child-pages-thumb {
        max-width: 49%;
        padding-left: 1%;
        padding-right: 0;
        float: right;
    }

    … you may want to look at using CSS media queries to only do this when displayed on larger screens to avoid situations on mobile devices where the text is squeezed into a narrow strip alongside the image.

Viewing 1 replies (of 1 total)
  • The topic ‘Position of image and text’ is closed to new replies.