Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • daigalean Friend
    #193389

    I have attached this image to show where words might fail me. As you can see the text for the intro is below and behind the bottom information.

    Is there a way to bring this higher?

    Darren


    1. lowtext
    TomC Moderator
    #517064

    So that we can try to best assist you, please provide the url of the site you’re working on

    Saguaros Moderator
    #517085

    Hi guys,

    This thread may help: http://www.joomlart.com/forums/topic/intro-text-display/

    Note that this JA Smashboard is responsive template and the block for intro text will be responsive to screen resolution that in small screen, the intro text may be cut off or not shown.

    In case you still want to show, simply add the following CSS rule into /templates/ja_smashboard/css/custom.css file:

    @media(max-height: 720px) {
    .view-featured .article-intro,
    .blog-featured .article-intro,
    .blog .article-intro {
    display: none; <<< change to display: block;
    }

    .genericItemView .article-intro,
    .tagItemView .article-intro,
    .userItemView .article-intro,
    .itemContainer .article-intro {
    display: none; <<< change to display: block;
    }
    }

    This workaround will force the template to display intro text, however, it might not look nice, so go ahead with this at your own judgement.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum