CMS Development

MartinSherv1
Contributor | Elite Partner
Contributor | Elite Partner

Issue with 'Quotation marks!'

SOLVE

Hi there,

We are a new Hubspot Partner and still building out team.
Working on client's 'news area': https://www.rescape.me/news/healthcare-virtual-reality-start-up-secures-major-investment-in-wales I asked a developer to do some work on adding quotation marks to extracted quotes, but they seem unable to correct the issue here: https://www.screencast.com/t/pmX937bmAuP
Any ideas how we can solve it would be much appreciated? Thanks

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Issue with 'Quotation marks!'

SOLVE

@MartinSherv1, what would you like to accomplish?

this is what i see on the site:

Healthcare_Virtual_Reality_Start-Up_Secures_Major_Investment_in_Wales.png

 

 

would you prefer something like this?

Healthcare_Virtual_Reality_Start-Up_Secures_Major_Investment_in_Wales.png

 

if so, this is the change to the code:

blockquote::after {
    position: absolute;
    display: inline-block;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    margin-top: -7px;
    margin-left: 9px;
    margin-bottom: -5px;
    right: -12px;
    bottom: -10px;
}

 You can look at this in an web inspector and remove some of these styles as they dont really do anything (overflow, margins, display

View solution in original post

0 Upvotes
2 Replies 2
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Issue with 'Quotation marks!'

SOLVE

@MartinSherv1, what would you like to accomplish?

this is what i see on the site:

Healthcare_Virtual_Reality_Start-Up_Secures_Major_Investment_in_Wales.png

 

 

would you prefer something like this?

Healthcare_Virtual_Reality_Start-Up_Secures_Major_Investment_in_Wales.png

 

if so, this is the change to the code:

blockquote::after {
    position: absolute;
    display: inline-block;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    margin-top: -7px;
    margin-left: 9px;
    margin-bottom: -5px;
    right: -12px;
    bottom: -10px;
}

 You can look at this in an web inspector and remove some of these styles as they dont really do anything (overflow, margins, display

0 Upvotes
MartinSherv1
Contributor | Elite Partner
Contributor | Elite Partner

Issue with 'Quotation marks!'

SOLVE

Hey Dennis,

Thanks for you input.

What you are seeing was the change that the developer did overnight (i.e. what it was meant to be - with the quotes at the end of the sentence), but I really appreciate you getting back to me.

Have a great weekend. Martin

0 Upvotes