QUOTE WIDTH

  • Posted in : cvCard WP
  • gondrano
    Participant

    HI
    How do I insert a quote identical to the sample page (widht, style etc..), but in about us?
    Thanks

    ahmetsali
    Keymaster

    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.

    gondrano
    Participant

    No, I mean the “blockquote”.
    Now I centered the text, but the quote is on the left, does not follow the text

    gondrano
    Participant

    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

    ahmetsali
    Keymaster

    i see, try this custom css code;

    blockquote:before {
        display: inline-block; position: relative; margin: -50px 20px 10px -50px;
    }
    
    gondrano
    Participant
    gondrano
    Participant

    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?

    ahmetsali
    Keymaster

    try this one;

    blockquote, blockquote cite {
        text-align: center;
    }
    blockquote:before {
        display: inline-block; position: relative; margin: -50px 0px 10px 0px;
    }
    
    gondrano
    Participant

    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

    gondrano
    Participant

    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
Login and Registration Log in · Register