-
AuthorPosts
-
May 25, 2015 at 7:28 am #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
May 25, 2015 at 11:09 am #449463Hey 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,
RikardMay 25, 2015 at 5:20 pm #449627Hello 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
May 26, 2015 at 5:37 am #449797Hey!
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,
IsmaelMay 27, 2015 at 6:25 pm #450746Hey !
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
May 27, 2015 at 6:33 pm #450750May 31, 2015 at 8:28 am #452206Thank 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 !!
June 1, 2015 at 6:53 am #452341Hi!
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,
RikardJune 2, 2015 at 8:28 am #452962Thank you. i will use the centered text and i looks good for me now !!
you can close this topic
kind regards
-
AuthorPosts
- The topic ‘Blog Content Text Position’ is closed to new replies.