Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104112
    ELLIOTT
    Participant

    I’ve added an advert to the ‘after content’ widget area. I used the CT: Advertisement Images widget.

    The advert is aligned to the left hand side, is there a way centre it so it’s in the middle?

    #104125
    Mahesh
    Keymaster

    @elliottrae: Go to Dashboard=> Appearance=> Customize=> Theme Option=> Custom CSS box and add the following CSS:

    .ct-advertisement-image .ads-image img {
        display: inline-block;
        text-align: center;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘centre an advert’ is closed to new replies.