• Resolved mrusheleau

    (@mrusheleau)


    Is there a way to center images within the widget column? Currently every time I insert an image and request that it be aligned center it is left justified (i.e., when inserting an image from the image library).

    If you go to yrrc.ca you can see that the widget area titled “Free Athletic Magazines” is using the Image Rotator Widget. In the case of the widget area titled “Trusted Partner Highlight” which also uses this widget, I’ve resized the images down to the same width as the column, so centering them is not a requirement.

    [ email redacted ]
    https://www.ads-software.com/plugins/dk-new-medias-image-rotator-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author douglaskarr

    (@douglaskarr)

    mrusheleau you would have to accomplish that with CSS. The easiest way would be to add:

    #secondary ul, #footer-sidebar ul { text-align: center }

    If you wanted it specific to that widget, it would be

    #dk-image-rotator-widget-3 #secondary ul, #footer-sidebar ul { text-align: center }

    Thread Starter mrusheleau

    (@mrusheleau)

    Thanks Doug,

    There are 2 CSS files associated with this plug in. I assume this code would need to be added to one of them?

    dk-new-medias-image-rotator-widget/css/dk-image-rotator-widget.css

    or

    dk-new-medias-image-rotator-widget/css/main.css

    Thanks, Mike

    Great plugin Mike and Steve !!
    Been looking around for a similar plugin to add images to the sidebar of my WP site. This is by far the best and the lightest of the plugins out there.
    I plan to use this plugin on my site. But, would love if you could add an option in the GUI to center images (in the Fade transition)
    It would be great help for those of us who are not very familiar with CSS and can’t go into the back end to play around with the plugin code.
    Thanks a bunch, IS3P

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering images’ is closed to new replies.