-
AuthorPosts
-
December 5, 2016 at 8:22 am #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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 5, 2016 at 8:54 am #992212Hi
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
December 7, 2016 at 4:48 am #992790Thx 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.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 7, 2016 at 5:20 am #992796Hi
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.phpFind
<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 .
AuthorPostsViewing 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, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to edit the image size on home page
Viewing 4 posts - 1 through 4 (of 4 total)