Where can I set Parabola theme to left-align for all blockqotes?

  • Author
    Posts
  • #125091
    salutethepig
    Power User

    Currently have this code setup in Custom CSS but not sure how to enforce left-alignnment for the entire theme? Anyone able to help?

    Thanks

    Site: https://salutethepig.com/

    blockquote {
    background: #f9f9f9;
     border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: “\201C””\201D””\2018″”\2019”;
    }
    blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    }
    blockquote p {
    display: inline;
    }
    blockquote:after {
    content: no-close-quote;
    }

    Website: salutethepig.com

    #125198
    salutethepig
    Power User

    Anyone able to offer any assists here? Thanks.

    #125289
    salutethepig
    Power User

    Looks like this theme has been abandoned, so closing here.

    #125615
    Zed
    Cryout Creations mastermind

    Hi,

    I feel it’s rather harsh to consider a theme abandoned after 5 days of no replies on a free support forum.

    Anyway, to answer your question I will need more information since I can’t really pinpoint what the desired outcome of “enforce left-alignnment for the entire theme” would need to be.
    – Are you referring to the general text alignment?
    – Do you mean the blockquotes (since those are the ones targeted in your CSS)?
    – Do you want to left-align text in blockquotes? (it already is)
    – Are you looking to left-align the blockquotes as a whole?

    body .entry-content blockquote {
        margin-left: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #125692
    salutethepig
    Power User

    Thanks for that. Adding that code did just what I was looking for. Appreciate the feedback.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Where can I set Parabola theme to left-align for all blockqotes?’ is closed to new replies.