• chiochio999

    (@chiochio999)


    hi, i have some question about using Canape theme
    1. i found that my full-width featured image shows white frame around the picture. how can i make the picture full just like the example theme site showed?
    2.the testimonials do not show in the center on the web. but i did press the “center” button while i edit it.

    the web need help is: http://www.popolicasa.com.tw/
    thank you!

Viewing 1 replies (of 1 total)
  • dcoleonline

    (@dcoleonline)

    Hi there,

    how can i make the picture full just like the example theme site showed?

    Set the page template to Default template, and that should resolve the issue.

    2.the testimonials do not show in the center on the web. but i did press the “center” button while i edit it.

    Due to the theme’s design, it won’t center short lines of text in the front page testimonial area. The best way I could see to make your area centered was to decrease the width of that area using CSS. You can copy/paste this into the Appearance > Customize > Additional CSS area of your site:

    @media screen and (min-width: 768px) {
        .front-testimonials .inner {
            padding: 0;
            width: 236px;
        }
    }

    It doesn’t center them both exactly because their lines of text are different lengths, but it gets them closer than they are without that CSS.

Viewing 1 replies (of 1 total)

The topic ‘full image problem and theme question’ is closed to new replies.