Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #449402

    Hello Support Team,

    First of all thank you it’s a great Theme !!

    I try to create a blog on my new Website and my problem is the alignment of the “excerpt” text on the blog overview.
    i centered the title and the picture and also found a solution to center the the text directly under the picture with following changes in my style.css.

    .entry-content p {
    margin-left: 100px;
    margin-right: 100px;
    }

    So on my computer it looks perfect but on my mobile (android and iphone) the text is centered too much..

    Is there another solution for centering the text underneath the picture that fits for pc and repsonsive..

    thank you

    #449463

    Hey redwing77!

    Please try the following in Quick CSS under Enfold–>General Styling instead of the CSS you posted:

    .page-id-326 .entry-content p {
    text-align:center !important;
    }

    Best regards,
    Rikard

    #449627

    Hello Rikard,

    Thanks it works but it want the text to be aligned left with the beginning of the picture.
    Is this possible in any way ?

    With the settings in my first post it works on my pc but in my iphone it looks terrible…

    Thank you

    #449797

    Hey!

    You can replace the code with this:

    @media only screen and (min-width: 768px) {
    .page-id-326 .entry-content p {
      text-align: center !important;
    }}

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #450746

    Hey !

    Thank you for the code but can you explain the difference of the two codes ?
    It seems to be the same or is the second for mobile only (sorry for my question but i am not a css specialist) ;-)

    THX

    #450750

    Hi!

    Code Ismael posted will be applied on screens wider than 768px :)

    Cheers!
    Yigit

    #452206

    Thank you but i think thats not the solution i am searching for…
    in the screenshot you see how it looks like at the moment. the text should be directly under the picture and the text should then be aligned left.

    thanks again !!

    View post on imgur.com

    #452341

    Hi!

    I had a look at your site again and it looks like the excerpt in at least 2 of your 3 posts are aligned with the picture, did you manage to get it fixed? If not, it will be difficult to always align it with the picture since the picture will not always take up 100% of the space, like in your second post.

    Regards,
    Rikard

    #452962

    Thank you. i will use the centered text and i looks good for me now !!

    you can close this topic

    kind regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Blog Content Text Position’ is closed to new replies.