• Resolved danipperez

    (@danipperez)


    Hi good evening
    Im trying to reduce the width of some paragraphs to 750 px

    I have created a custom css like this
    .bloque-estrecho{
    max-width:750px;
    margin: auto;
    }

    And in my article add it like …
    <div class=”bloque-estrecho”>here my text</div>

    olso try this other css adding p
    .bloque-estrecho p{
    max-width:750px;
    margin: auto;
    }
    And in my article add it like …
    <div class=”bloque-estrecho”><p>here my text</p></div>

    But not working, could you help me ?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Creative Themes

    (@creativethemeshq)

    Hey Dani,
    Are you trying to achieve something like this?

    Thread Starter danipperez

    (@danipperez)

    Thats exactly what i want.
    Different width between imagen and paragraphs
    Can i do it with CSS in your theme in some way?

    Theme Author Creative Themes

    (@creativethemeshq)

    Hey Dani,
    Actually you don’t have to add any CSS code for that, our theme has this functional already.
    Here are some instructions:
    1. Make your single posts to be Narrow Width
    2. Now you have to make all your images Wide Width from Gutenberg.

    That’s it 🙂

    Thread Starter danipperez

    (@danipperez)

    Its work ¡¡¡ Thank you
    Im using the classic editor
    I will try the new features in Gutemberg
    THANKS ¡

    Theme Author Creative Themes

    (@creativethemeshq)

    Glad it works Dani 🙂
    Yes, this works only with Gutenberg editor and please note that we built Blocksy with Gutenberg in mind not with Classic editor.

    Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Paragraph Custom Width’ is closed to new replies.