Tagged: x
-
AuthorPosts
-
January 14, 2017 at 3:34 am #1329728
insomniagParticipantHi,
I would like to have “recent posts” display the whole title and not just a part of it. What CSS do I have to add?
ThanksJanuary 14, 2017 at 3:54 am #1329743
Rue NelModeratorHello There,
Thanks for writing in! To have “recent posts” display the whole title and not just a part of it, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-recent-posts .h-recent-posts{ text-overflow: clip; white-space: normal; }Hope this helps. Kindly let us know.
January 14, 2017 at 6:30 am #1329837
insomniagParticipantThanks it worked!
January 14, 2017 at 6:41 am #1329844
ThaiModeratorYou’re most welcome 🙂
January 14, 2017 at 12:32 pm #1330055
insomniagParticipantI noticed a bug on mobile. As you can see in screenshot, the edges of the titles are cut. Could we do something about this? In addition, the thumbnail of a video post is not shown. Is this the default status or is it an error?
January 14, 2017 at 12:37 pm #1330061
insomniagParticipantI am sorry, I meant the thumbnail of all video posts are not shown, not just one.
January 14, 2017 at 10:48 pm #1330468
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 16, 2017 at 9:34 am #1332098
insomniagParticipantThis is an example page of my website: http://www.thebinaryoptions.guru/binary-options-trading-signals-review-franco/
if you visit it from a mobile device or make the PC browser window small you will notice it.January 16, 2017 at 10:00 am #1332141
RupokMemberHi there,
Thanks for writing back. It seems you are using some negative margin that’s causing the issue :
html body.single-post .entry-wrap { margin-left: -10px !important; } html body .entry-wrap { margin-right: -10px !important; }Let’s remove them to get expected result.
Cheers!
January 16, 2017 at 2:26 pm #1332534
insomniagParticipantI am using the negative margin because the theme is to narrow for mobile devices. Can we make it wider without the negative margin, in a better way? I did it myself but I am not very good at CSS. What about the video posts? Is the “recent posts” able to show image for the video?
January 16, 2017 at 2:32 pm #1332540
insomniagParticipantI meant the text is not wide enough on mobile devices.
January 16, 2017 at 11:03 pm #1333042
ChristopherModeratorHi there,
Please remove your code and add following :
@media (max-width:767px){ .x-container.max.width.offset { width: 84%; } }Hope it helps.
January 17, 2017 at 10:53 am #1333732
insomniagParticipantYes it worked! Thanks very much!
January 17, 2017 at 11:24 am #1333778
ThaiModeratorIf you need anything else please let us know.
January 17, 2017 at 11:25 am #1333784
JadeModeratorYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1329728 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
