QUOTE WIDTH Posted in : cvCard WP gondranoParticipant 9 July 2014 at 11:50 #15109 HI How do I insert a quote identical to the sample page (widht, style etc..), but in about us? Thanks ahmetsaliKeymaster 14 July 2014 at 23:47 #15182 Hi, do you mean adding “TESTIMONIALS” (currently in resume page) to about me page. They are shortcodes and yes you can add them to any page. Check out Documentation > Shortcodes for more. gondranoParticipant 16 July 2014 at 16:18 #15223 No, I mean the “blockquote”. Now I centered the text, but the quote is on the left, does not follow the text gondranoParticipant 16 July 2014 at 16:41 #15224 this page: http://themes.pixelwars.org/cvcard/blog-single.html this line :) Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things.” Ethan Marcotte ahmetsaliKeymaster 19 July 2014 at 23:48 #15261 i see, try this custom css code; blockquote:before { display: inline-block; position: relative; margin: -50px 20px 10px -50px; } gondranoParticipant 22 July 2014 at 12:00 #15294 mmm.. Nothing http://www.cremisi.com/word_p/ gondranoParticipant 22 July 2014 at 12:20 #15295 I have tried this: blockquote { font-family: Georgia,”Times New Roman”,Times,serif; font-size: 1.6em; font-style: italic; font-weight: 300; margin: 0 auto; position: relative; width: 50%; } You think you may have repercussions on other pages? ahmetsaliKeymaster 24 July 2014 at 16:22 #15323 try this one; blockquote, blockquote cite { text-align: center; } blockquote:before { display: inline-block; position: relative; margin: -50px 0px 10px 0px; } gondranoParticipant 25 July 2014 at 18:49 #15339 Same prob…width isnt the same of this page: http://themes.pixelwars.org/cvcard/blog-single.html this line Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things.” Ethan Marcotte gondranoParticipant 25 July 2014 at 19:06 #15340 ok, solved in this way: .blockquote:before { display: inline-block; position: relative; margin: -50px 0px 10px 0px; } blockquote { max-width: 740px; margin: 0 auto; } Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in and have valid license to reply to this topic. License required for the following item cvCard WP - Responsive WordPress Resume Themeby pixelwars Login and Registration Log in · Register