Okay
  Public Ticket #2615278
Block Sentence
Closed

Comments

  • mathsmith started the conversation

    I want to make all texts on my website https://www.cocktailbook.eu to display as block sentence.

    Can you help me to realize please.


    thank you

  •  2,963
    Andrew replied

    Hi There,

    Did you mean text blocks?

    Thanks.

  • mathsmith replied

    Yes exactly

  •  2,963
    Andrew replied

    Hi There,

    Use text block element in wpbakery everytime you would want to add a text. 

    Thanks.

  • mathsmith replied

    No thats not what i want. I Prepare a Post. Above the Recipe is not with wpbakery designt. and i dont want to use it.

    https://www.cocktailbook.eu/gluehwein/

  •  8,849
    Tahir replied

    Hey Again,

    Try using the Boxed Column Option and check: 

    8046613387.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team 

  • mathsmith replied

    Yes, thats the function i was looking for thank you.

    Is it possible to set it globally on ever post?

    https://www.cocktailbook.eu/orangenpunsch/

  •  8,849
    Tahir replied

    Hey Again,

    I am afraid there is no global option available, you can however set a box shadow on each Single Post page with the below CSS.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-post .wpb_column.boxed > .vc_column-inner {
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        box-shadow: 0 17px 25px rgba(0,0,0,0.13);
        -webkit-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
    }

    Thanks


    ThemeNectar Support Team 

  • mathsmith replied

    Hey Tahir,

    i wanted also to know, how is it possible to justify all text aligns in all posts?

    ist that possible?

  •  8,849
    Tahir replied

    Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets. 

    Can you provide the relevant post pages so that i can write up custom css for it.

    Thanks 


    ThemeNectar Support Team 

  • mathsmith replied

    Like this site, i also want to have, that the text is in the same width like the Recipe below.

    Thank you 

    https://www.cocktailbook.eu/schneepunsch/

  •  8,849
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .post-area >article .content-inner >* {
        padding: 0 10px !important;
        margin: 20px !important;
    }
    .post-area >article .content-inner >.wprm-recipe-container {
        padding: 0 !important;
        margin: auto !important;
    }

    Thanks


    ThemeNectar Support Team 

  • mathsmith replied

    Thank you for closing this case :)