Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #914527
    genuinesp
    Participant

    Hi,

    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!

    #963495
    Nabeel A
    Moderator

    Hi 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.

    #991048
    genuinesp
    Participant
    This reply has been marked as private.
    #991074
    Nabeel A
    Moderator

    Hi 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!

    #994401
    genuinesp
    Participant

    Hi 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!!

    #994828
    Nico
    Moderator

    Hi 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.

    #995194
    genuinesp
    Participant
    This reply has been marked as private.
    #995242
    Christopher
    Moderator

    Hi there,

    The code is not being read since you forgot to close the comment, please find this line :

    /*Espacio superior

    And update it to :

    /*Espacio superior*/

    Hope it helps.

    #998178
    genuinesp
    Participant

    Oh my God!!

    Thanks for your solution. Now works perfectly.

    Fantastic support!!

    #998394
    John Ezra
    Member

    You’re most welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-914527 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>