Re: Issue with 'Quotation marks!'

MartinSherv1
投稿者 | Elite Partner
投稿者 | Elite Partner

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 いいね!
1件の承認済みベストアンサー
dennisedson
解決策
コミュニティーマネージャー
コミュニティーマネージャー

@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


loop Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.
Learn More

元の投稿で解決策を見る

0 いいね!
2件の返信 2
dennisedson
解決策
コミュニティーマネージャー
コミュニティーマネージャー

@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


loop Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.
Learn More

0 いいね!
MartinSherv1
投稿者 | Elite Partner
投稿者 | Elite Partner

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 いいね!