Title: Centre content
Last modified: February 20, 2019

---

# Centre content

 *  Resolved [lambey](https://wordpress.org/support/users/lambey/)
 * (@lambey)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/centre-content/)
 * Can someone explain to me how to make the logos appear centered on the page?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/centre-content/#post-11226449)
 * Hello, [@lambey](https://wordpress.org/support/users/lambey/).
 * best way – download any graphics editor, like gimp [https://www.gimp.org/](https://www.gimp.org/)
   
   create new image, insert logo here and export image. If all logos will be one
   height carousel will be beautiful.
 *  Thread Starter [lambey](https://wordpress.org/support/users/lambey/)
 * (@lambey)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/centre-content/#post-11226659)
 * Thanks for the reply.
    The logos are the same size, and it does look good and
   works how I want, I’d just really like the logos to be centred on the page. See
   link (logos are at the bottom of the page) : [http://ecvicsladies.co.uk/](http://ecvicsladies.co.uk/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/centre-content/#post-11226750)
 * You can disable carousel width on plugin control page and add CSS
 *     ```
       .site-footer .footer-widget-region {
           margin: 0 auto;
           float: none;
       }
       ```
   
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/centre-content/#post-11228045)
 * I see problem resolved.
 *  Thread Starter [lambey](https://wordpress.org/support/users/lambey/)
 * (@lambey)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/centre-content/#post-11234509)
 * Yes, thankyou! Although it would be good if I could show 2 logos at a time rather
   than 1! 🙂
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/centre-content/#post-11268766)
 *     ```
       .site-footer .footer-widget-region {
           margin: 0 auto;
           float: none;
           min-width: 600px;
       }
       @media only screen and (max-width: 600px) {
       .site-footer .footer-widget-region {
           min-width: none;
       }
       }
       ```
   
    -  This reply was modified 7 years, 5 months ago by [Sergey Panasenko](https://wordpress.org/support/users/nitay/).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Centre content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sponsors-carousel_c8dee9.svg)
 * [Sponsors Carousel](https://wordpress.org/plugins/sponsors-carousel/)
 * [Support Threads](https://wordpress.org/support/plugin/sponsors-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/sponsors-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sponsors-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sponsors-carousel/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/centre-content/#post-11268766)
 * Status: resolved