Tagged: x
-
AuthorPosts
-
May 5, 2016 at 11:39 am #914527
genuinespParticipantHi,
It’s posible to show full title text of posts in Carousel from mobile devices?
I’ve got this effect only in desktop devices but not in mobiles.
Thanks a lot!
May 5, 2016 at 5:06 pm #963495
Nabeel AModeratorHi there,
Thanks 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.
May 14, 2016 at 3:59 am #991048
genuinespParticipantThis reply has been marked as private.May 14, 2016 at 4:29 am #991074
Nabeel AModeratorHi there,
Thank you for providing the URL. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
@media screen and (max-width: 767px){ .x-post-carousel .h-entry-cover { top: calc(100% - 6em) !important; padding: 7px 5px 0 5px !important; } }Let us know how this goes!
May 16, 2016 at 4:16 pm #994401
genuinespParticipantHi again,
Sorry but I still have problems.
I have to add the word “BLOG” before all posts titles (obligatory by the customer). I’ve modified the template to do this.
Now, I’ve got long titles in the blog and, when I try to visit the web in my mobile, the title of the posts are cut.I’ve try to resolve this with your solution but not works. Even I try to add this test:
@media screen and (max-width: 767px){
.x-post-carousel .h-entry-cover {
text-transform: lowercase;
}
}but the text no change, so I think maybe this CSS is being not read.
Please, could you help me with this?
Thanks a lot!!
May 16, 2016 at 9:52 pm #994828
NicoModeratorHi There,
Yes, I could not see the CSS code in your setup upon changing the screensize.
Would you mind sharing us your admin credentials so we could check your setup closer.
Don’t forget to set it as private reply.
Thanks.
May 17, 2016 at 5:36 am #995194
genuinespParticipantThis reply has been marked as private.May 17, 2016 at 6:22 am #995242
ChristopherModeratorHi there,
The code is not being read since you forgot to close the comment, please find this line :
/*Espacio superiorAnd update it to :
/*Espacio superior*/Hope it helps.
May 18, 2016 at 4:44 pm #998178
genuinespParticipantOh my God!!
Thanks for your solution. Now works perfectly.
Fantastic support!!
May 18, 2016 at 7:41 pm #998394
John EzraMemberYou’re most welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-914527 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
