Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • big0707 Friend
    #992188

    Hi there, my site is botfbi.com , just using JA movies,

    Just want to resize the featured article image , make it a little smaller and more compact . Would you please which css or less file I should turn to ?

    Pankaj Sharma Moderator
    #992212

    Hi
    the images using 33.33% size of the container at this time .
    You can add below code in /css/custom.css file in the template folder

    @media (min-width: 768px) {
    .blog-featured .items-row.cols-1 .item-image {
        float: left;
        width: 33.33333333%!important;
    }}

    reduce the width in above code as per needs .

    Regards

    big0707 Friend
    #992790

    Thx Pankaj Sharma.

    I just create the cusome.css file and it works.
    However, I just need your help in some other details:

    1 How I can resize the title in home page / article page ? They are just simplely too large for me.

    2 How I can I reduce the margin between title and intro text ?

    3 Also, I want to reduce the margin between the 2 articles

    4 Its intersting, there arre lots of blank between the article eara and side bar, not only at homepage, but also the article page.

    Looking forward for your pro solutions.


    1. 1
    Pankaj Sharma Moderator
    #992796

    Hi
    For article title and margin add below code in custom.css file and change the font size , line height and padding bottom value

    .itemid-102 .article-title, .article-header h1 {
        font-size: 22px!important;
    margin-bottom:20px!important;
    line-height: 1.428571!important;
    }

    For 4. point
    templatesja_moviemaxhtmlcom_contentfeatured/default_item.php

    Find

        <div class="item-content col-sm-8">
    

    change 8 to 10 in code .

    PS : For new topics i request you to create a separate thread for each different topic . This will also helps our community .

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

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