Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cycle730

    (@cycle730)

    Little more info; This concerns the image ‘attachment pages’ which I can disable but I prefer the look of the attachment page.

    Thread Starter cycle730

    (@cycle730)

    Can anyone direct me to where I can find ‘Attachment Display Settings’ alignment in WP 4.1.1?

    Thread Starter cycle730

    (@cycle730)

    I am now able to sift the text to the center using the below in the css sheet.

    .attachment .site-content {
    text-align: center;
    /* center image and text */
    }

    But this leaves the picture annoyingly to the left.

    Alternatively I can use

    .attachment p {
    text-align:center; /* center image and text */
    }

    To get both image and text centred, but that leaves an annoying white block to the right of the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centre-aligning gallery image, title and caption’ is closed to new replies.