View Single Post
Old 08-24-2014, 01:04 PM   #2
scissors
Addict
scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.
 
Posts: 241
Karma: 1001369
Join Date: Sep 2010
Device: prs300, kindle keyboard 3g
Quote:
Originally Posted by knowledgecrawler View Post
How can we align the images / stretch them to fit width in recipe?

i tried with some CSS, but out of luck...
PHP Code:
    extra_css '''
                    .main-image{
                          width: 100%;
                        } ''' 
try something like

.main-image{display: block;margin-left: auto;margin-right: auto;width:100%;}
scissors is offline   Reply With Quote