Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8343019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:56:13+00:00 2026-06-09T05:56:13+00:00

Hi guys! I require some CSS help styling my blockquote rule. My desired result

  • 0

Hi guys! I require some CSS help styling my blockquote rule. My desired result is to have the opening quote above the quoted text, and the closing quote below the quoted text.

This image illustrates exactly what I require – site design

This is my current live WIP link – Live link

My CSS:

blockquote {
color: #e33e00;
font-style: italic;
font-family: GeoSlb712XBdBT;
padding:20px;
padding-left: 15px;
border-left: 3px solid #F63;


}

blockquote p:before {
content: '"';
font-size: 30px;
top:20px;
position:absolute;

}

blockquote p:after {
content: '"';
font-size: 30px;
}

If anyone can help I’d be very grateful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T05:56:14+00:00Added an answer on June 9, 2026 at 5:56 am

    DEMO

    Look at the code I added ( it’s indented 4 spaces )

    You need to add position: relative; to the blockquote p and then it was some absolute positioning on the :before and :after moving the :before up 15px and the :after down 30px.

    resize the right side to make the quote grow and shrink and see that the quotes always stay on the top and bottom

    and of course, you could do like 20px and 35px (or more) to add more space between the quotation marks and the <p> being quoted.

    EDIT: Added the code below, additional code to fix the issue is indented 8 spaces

    blockquote {
        color: #e33e00;
        font-style: italic;
        font-family: GeoSlb712XBdBT;
        padding:20px;
        padding-left: 15px;
        border-left: 3px solid #F63;
    }
    
    
            blockquote p { position: relative; }
    
    blockquote p:before {
    content: '"';
    font-size: 30px;
    position:absolute;
            top:-15px;
            left:0px;
    }
    
    blockquote p:after {
    content: '"';
    font-size: 30px;
            position:absolute;
            bottom:-30px;
            left:0px;
    }
    

    ​

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey you guys (and girls), I have implemented the following CSS: #tab-navigation ul li:last-child
Hey guys, if anybody can help me out i'd love it... What i have
I need some help guys, trying to make this test to pass but with
This is my first step to programming.guys your help hands required.I watched youtube video
Guys I have an activity which has a home button, when the button is
guys. I have a strange problem. I try to write unit-tests to web-app. I
guys am having some troubles with running out of memory when displaying an animation
Hey guys I have a ruby on rails app with a before filter setup
Im building a REST webservice and have of course done some research but are
Anyone have any opinions on whether or not IEquatable<T> or IComparable<T> should generally require

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.