Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #205629

    I’m running Joomla 3.41 with the JA University T3 template. Whenever I enter intro and main picture links into the Joomla content “Images and Links” tab, those images are displayed in blog layout and fulltext layout without any gap to the following text. (e.g. http://therebel.is/en/editorial)

    I was hoping to write an overwrite in the custom.css file, without messing up the rest of the site.

    Ninja Lead Moderator
    #567599

    My solution below will help you to fix this bug

    Open templates/ja_university_t3/css/custom.css file and add new rule


    .blog .items-row .item article {
    border-bottom: 0px solid #efece1 ;
    }

    Ninja Lead Moderator
    #732709

    My solution below will help you to fix this bug

    Open templates/ja_university_t3/css/custom.css file and add new rule


    .blog .items-row .item article {
    border-bottom: 0px solid #efece1 ;
    }

    Andrew Winkler Friend
    #567645

    I’ve tried that but it made no difference. The intro pic still touches the intro text and the main text pic still touches the main text with no margin in between.

    Ninja Lead Moderator
    #567709

    <em>@andrewwinkler 469478 wrote:</em><blockquote>I’ve tried that but it made no difference. The intro pic still touches the intro text and the main text pic still touches the main text with no margin in between.</blockquote>

    Try to use my solution below

    .blog .items-row p {
    padding: 15px 0px;
    }

    Andrew Winkler Friend
    #568288

    Still not working. The distance between intro image respectively full article image and the text below (introtext and fulltext) is still too small. In fact, there is no margin at all.

    Example: http://therebel.is/editorial

    In those articles where there is a margin between full article image and fulltext, I have manually inserted a <br> at the beginning of the fulltext.

    Ninja Lead Moderator
    #568351

    Maybe I misunderstand what you are trying to do, please give me the screenshot and description on that. It would help to understand the issues and give you specific answers.

    Ninja Lead Moderator
    #733447

    Maybe I misunderstand what you are trying to do, please give me the screenshot and description on that. It would help to understand the issues and give you specific answers.

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

This topic contains 8 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 6 months ago.

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