- This topic has 7 replies, 2 voices, and was last updated 5 years, 8 months ago by
tikaram.
-
AuthorPosts
-
March 21, 2018 at 2:25 pm #133868
celovg
ParticipantI’m trying to understand the logic of inputting information into the news. I’m configuring the imagens with the same properties. The page titles have the same line quantity.
I do not know why the news is misaligned according to the resolution of the computer video.
Any idea how to solve this?
ThanksMarch 22, 2018 at 3:34 am #133906March 22, 2018 at 8:57 am #133918celovg
ParticipantMarch 23, 2018 at 6:43 am #133968tikaram
Keymaster@celovg : The content of the box is flexible which means the size of the box changes based on the text inside the box. Please try changing the excerpt length so that the size of the boxes will remain same. You may keep the height of the box fixed but it will affect the responsiveness of the theme. Let me know if you need further assistance regarding the issue.
Regards,
TikaramMarch 23, 2018 at 4:37 pm #134011celovg
ParticipantDear @tikaram,
I appreciate your help regarding the issue. I would like to know how to change the length of the boxes so they always remain the same. I even tried counting the number of words or lines that each box contains but I didn’t find a pattern.
Regards,
Marcelo.March 26, 2018 at 2:26 am #134138tikaram
Keymaster@celovg : Go to Appearance => Customize => Additional css and add the following css.
@media screen and (min-width: 568px) { #news-section .post { height: 775px; } } @media screen and (min-width: 900px) and (max-width: 1000px){ #news-section .post { height: 1025px; } } @media screen and (min-width: 1001px) and (max-width: 1300px){ #news-section .post { height: 890px; } }
Let me know if this resolves your issues.
Regards,
TikaramApril 9, 2018 at 1:27 pm #137600celovg
ParticipantApril 9, 2018 at 11:36 pm #137614 -
AuthorPosts
- The topic ‘News’ is closed to new replies.