Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author nobita

    (@nobita)

    Sorry It is update issue

    Please try, paste below.

    Dashboard / Appearance / Customize

    Advanced / Site-wide CSS

    article .entry-content h6,
    article .entry-content h5,
    article .entry-content h4,
    article .entry-content h3,
    article .entry-content h2,
    article .entry-content h1{
        clear:both;
        display:block;
    }
    article .entry-content h6:before,
    article .entry-content h5:before,
    article .entry-content h4:before,
    article .entry-content h3:before,
    article .entry-content h2:before,
    article .entry-content h1:before{
        content: "\a";
        display:block;
        height:1px;
    }

    Thank you.

    Theme Author nobita

    (@nobita)

    If possible, h2 headding elements should not use for content block purpose.

    Please use

    <div class="f18"> your content </div>

    f18 class is displayed same size of h2 font.

    Thank you.

    Thread Starter Johnjohn1963

    (@johnjohn1963)

    Unfortunately, I can no programming. Can not you fix it with a new update?

    Theme Author nobita

    (@nobita)

    Please be first paste the code

    And if I have to add the code, unless the problem is resolved, so I consider in the next update, please write the result.

    Theme Author nobita

    (@nobita)

    I understand why you are using h2 element.

    WordPress post visual editor not have font size controll.

    If you are, if you are using h2 in order to increase the font size, and should do as follows the style you want to paste

    This way, without the need to use longer h2, it is possible to properly display

    Please try below

    Dashboard / Appearance / Customize

    Advanced / Site-wide CSS

    copy and paste below code at textarea

    article .entry-content h6,
    article .entry-content h5,
    article .entry-content h4,
    article .entry-content h3,
    article .entry-content h2,
    article .entry-content h1{
        clear:both;
        display:block;
    }
    article .entry-content h6:before,
    article .entry-content h5:before,
    article .entry-content h4:before,
    article .entry-content h3:before,
    article .entry-content h2:before,
    article .entry-content h1:before{
        content: "\a";
        display:block;
        height:1px;
    }
    .entry-content{
            font-size:138.5%;
    }

    Thread Starter Johnjohn1963

    (@johnjohn1963)

    Hi! After the latest update, I have same issues with my post, still located side by side instead of the line break
    https://www.fotobloggarna.se
    The good news is I can change colour in theme again.

    Thread Starter Johnjohn1963

    (@johnjohn1963)

    Will you with a new update making posts look like before? This is the not fun, look at the link!
    https://www.fotobloggarna.se/raindrops/

    Theme Author nobita

    (@nobita)

    To me, I can not understand why not me why pasted to the location that you specify the style rules in communication.

    Do you have to state that the work can not be well?

    If you using raindrops1.346 and please update 1.347.

    Theme Author nobita

    (@nobita)

    Please wait Raindrops 1.348

    Thank you

    Thread Starter Johnjohn1963

    (@johnjohn1963)

    I have the latest update, still the text will appear side by side but not all the time. Most of my old post have the text side by side because of the update you done for couple of days ago.

    Check my site and scroll down, please.
    https://www.fotobloggarna.se

    Thread Starter Johnjohn1963

    (@johnjohn1963)

    Hi. I wonder how it′s going. My text still showing up side by side, very annoying and sure too for my readers! Please make an update to get rid of this.
    https://www.fotobloggarna.se

    Thread Starter Johnjohn1963

    (@johnjohn1963)

    Now I come to what it is. When writing an emoticon :): D so break the text column. Thus, it is with the smiley to do!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Posts located side by side’ is closed to new replies.