NiceThemesHow to make the service picture appear on the other side of the page – NiceThemes http://nicethemeswp.com/forums/topic/how-to-make-the-service-picture-appear-on-the-other-side-of-the-page/feed/ Wed, 23 Apr 2025 14:38:34 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/how-to-make-the-service-picture-appear-on-the-other-side-of-the-page/#post-34630 <![CDATA[How to make the service picture appear on the other side of the page]]> http://nicethemeswp.com/forums/topic/how-to-make-the-service-picture-appear-on-the-other-side-of-the-page/#post-34630 Mon, 16 Oct 2017 23:16:01 +0000 IMCQuickCare See query and link below. On the “Drug Testing” services page, the featured image is on the left hand side and the text wraps in a very unappealing way. How do you move it to the other side?

]]>
http://nicethemeswp.com/forums/topic/how-to-make-the-service-picture-appear-on-the-other-side-of-the-page/#post-34642 <![CDATA[Reply To: How to make the service picture appear on the other side of the page]]> http://nicethemeswp.com/forums/topic/how-to-make-the-service-picture-appear-on-the-other-side-of-the-page/#post-34642 Tue, 17 Oct 2017 12:49:25 +0000 Juanfra Aldasoro Hello,

Thank you for writing. The service template has the image on the left side.

What you can do to move the image to the right side is add some custom CSS:

body.single-service .featured-image {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

Best,
Juan

]]>