[Resolved] Justify blog columns

Home Forums Support [Resolved] Justify blog columns

Home Forums Support Justify blog columns

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #296139
    Yannick

    Hi everybody,
    I was working a bit on my blog page and justified the preview text of the blogposts.

    .blog .generate-columns {
       	text-align:justify;  
        text-justify:auto;
    	}
    
    .blog .generate-columns h2 {
       	text-align:left !important;  
    	}

    Is there a shorter way? (e.g. direct addressing of the content without the title)

    Best wishes
    Yannick

    #296143
    Yannick

    One more question:

    Different blog posts have different title length, so some titles need one line, others two lines is there a way to make this symmetric (all dates and content in the same position)? e.g. adding an empty line to the short titles?

    http://amuddyroad.com/index.php/stories/

    Thank you πŸ™‚

    Yannick

    #296260
    Leo
    Staff
    Customer Support

    Hi Yannick,

    Have you already found a solution?

    I think what you are looking for is the .entry-summary selector?

    Also if the featured image is set to below the title then all the containers for the title should be the same size.

    Let me know if this helps.

    #326092
    Yannick

    Thank you Leo!!!
    Sorry for my late reply, I’m travelling all the time, so good internet is rare πŸ˜€

    .entry-summary selector worked out!!

    But the title-Container is different sized no matter if I set the picture above or under the title.
    A fixed title-container size (2 lines) would be perfect (if possible, excluding the first post which is full-width).

    Best wishes
    Yannick

    #326153
    Leo
    Staff
    Customer Support

    Unfortunately there is no way to fix the title container…

    You can try to make the title font smaller so all fit in one line though:

    h2.entry-title {
        font-size: 30px;
    }
    #326452
    Yannick

    Okay, thank you.

    Would be nice if you could maybe include this feature in future, so the blog page in “columns mode” looks uniform, if it’s easy done.
    But it’s not really no problem for me if not πŸ™‚

    Best wishes
    Yannick

    #326456
    Leo
    Staff
    Customer Support

    Will ask Tom to have a look for sure πŸ™‚

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.