Blockquote Style Problems

Home Forums Shard – WordPress Theme Blockquote Style Problems

This topic contains 14 replies, has 2 voices, and was last updated by  ab-themes 8 years, 1 month ago.

Viewing 10 posts - 1 through 10 (of 15 total)
  • Author
    Posts
  • #14874

    MichaelK
    Participant

    Hello,

    as i write here

    https://magnior.com/forums/topic/logo-size-2/page/3/

    We have fixed the Problem with blockquote in normal Text Editor without Page Builder.

    But i have a Style Problem (Blockquote) and dont can solve it.

    As you can see on the Screen, the Red line from Blockquote (left) ist too long – much longer then the Text – but dont find the CSS to change it.

    Please help

    Michael

    #14897

    ab-themes
    Keymaster

    Hi!

    In the-creator.css on line 885 there should be a style .tcvpb_blockquote, you can remove padding there. Also the inner paragraph has a bottom margin, you can remove that with

    .tcvpb_blockquote p{
        margin-bottom: 0;
    }
    #14927

    MichaelK
    Participant

    Hey again,

    yes i look margin and padding before i ask, but it dont help – there is something that makes the extra space – see screen please.

    Thanks

    Michael

    #14929

    MichaelK
    Participant

    On the Screen the margin is 0

    #14930

    MichaelK
    Participant

    as you cann see here – the padding dont will help too – the text field is to big?

    #14935

    ab-themes
    Keymaster

    Hi,

    we can’t access to your WordPress, but go to your style.css file

    and add this code:

    .tcvpb_blockquote p{
       margin-bottom: 0 !important!
    }

    Now everything should work fine.

    Cheers

    #14936

    MichaelK
    Participant

    No sorry – it dont works – i have write Login Details in Private Field.

    Here the Link to the Test Post

    http://dev.naschecks.de/test-video/

    Dont forget – its a Blockquote from Editor not Page Builder

    blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 29px;
    margin-bottom: 0 !important;
    padding: 12px 0 12px 32px;
    border-left: 3px solid #ff3b30;
    }

    Thanks

    Michael

    #14942

    MichaelK
    Participant

    The Block quote with Page Builder dont works too

    You can see on Screenshot and Main Page in WordPress – why they show 2 Borders?

    so 1) Space on blockquote (editor and page builder)

    and 2) only with Page Builder (2 Borders)

    Hope you can help

    Thanks

    Michael

    #14960

    ab-themes
    Keymaster

    Hi,

    the problem is wrong writed !important (see attachment below), we can not access to custom css file without FTP. Please repair that or send us FTP access.

    Kind regards

    #14963

    MichaelK
    Participant

    Hey again – sorry for this double !! – but its only solve the not solid Border

    but

    1) Blockquote with Editor to much space bottom

    http://dev.naschecks.de/test-video/

    and

    2) Blockquote with Page Builder with 2 Borders

    http://dev.naschecks.de/

    and now 3) In the Post we are missin now the Spaces from text to text (not blockquote) .(

    http://dev.naschecks.de/test-video/

    THanks Michael

Viewing 10 posts - 1 through 10 (of 15 total)

The topic ‘Blockquote Style Problems’ is closed to new replies.