-
AuthorPosts
-
nooran Developer
nooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 28, 2013 at 4:48 pm #193309Hello,
I’m using JA-Magz, on my local machine.
My question is :
How is it possible to reduce reduce the margin between features blog and sidebar-1?Please check the attached image.
Best Regards & Happy Christmas
Raffet Ali
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 28, 2013 at 4:50 pm #516745So that we can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General settingsnooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 28, 2013 at 5:02 pm #516750Thanks for your reply..
I will upload the site and will get back to you…nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 29, 2013 at 6:52 pm #516794Hello Support,
I have uploaded the site… This is the URL: http://www.gabookye.org/new
If you want the administrator username & password I will send you in private.Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 30, 2013 at 10:53 am #516863Hi Nooran,
Please try my suggestion:
– Create new file with name: custom.css into /templates/ja_magz/css/ directory
– Open it and add this code:
.row .has-sidebar1 {
margin-right: 0;
width: 715px;
}Let me know if this helps
nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 30, 2013 at 4:22 pm #516883Hello,
Many thanks… It worked well…
I have only one last question:
How is it possible to reduce the empty space between the intro paragraph and the article tools (Hits & readmore) ?Please you may check the attached file…
Best Regards & Happy New Year
Raffet Ali
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 31, 2013 at 3:15 am #516955HI Raffet Ali,
Please try to open file: /templates/ja_magz/css/custom.css , then add this code:
.infinity-cont.av-grid.grid-cols-3 .items {
min-height: 400px !important;
}You can change the value of min-height as you wish.
Let me know if this helps
nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 31, 2013 at 9:00 am #517000Hi,
When I make it more than 400px such as: 500px or 600px, it works.
However, when I make it less then 400px such as 300px or 200px, it remains the same as 400px, I mean it doesn’t get shorter.nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 1, 2014 at 9:36 am #517048Hello,
Any suggestions please?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 2, 2014 at 3:25 am #517086Please try the following tweak:
– Open file: /templates/ja_magz/css/custom.css, then add this declaration:
.blog-featured.av-grid .article-intro, .userpage.av-grid .article-intro {
margin-bottom: 40px;
}You can change the value of margin-bottom as you wish
Let me know if this helps.
1 user says Thank You to Nazario A for this useful post
nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 2, 2014 at 8:52 am #517123Hello,
It worked…
Many thanks to you…But, if you don’t mind, I would like to ask:
I’m doing a lot of designing works and would like to always use Joomlart.. I don’t want to ask too many questions in forum, I want to manage issues by myself.
My question is:
I’m using Firebugs, but how did you figure out that this css:.blog-featured.av-grid .article-intro, .userpage.av-grid .article-intro
would solve my issue?
Please I want to learn, so I don’t ask for too many issues…Again, thanks for your perfect help.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 2, 2014 at 9:28 am #517130Hi nooran,
You can easily develop your site using Google chrome inspect element or Firebug for Firefox. What we usually do is to set Optimize CSS in Template manager to No, then hover on any HTML element you want, right click on it and then click on inspect element, it will show you which CSS class it is using, which CSS file and the path to this element on the right side. then you can go to the file and replace it with new CSS you change.
Actually, the above CSS class belongs to different file(s), however I highly recommend you create a custom.css file into your template css folder to store any customization you might have. This file is specifically intended to keep those customization in case you update your site later on.
We have a wiki guide how to use Firebug at: http://wiki.joomlart.com/wiki/JA_T3_Framework_2/FAQs#How_to_use_Firebug
Hope that helps.
nooran Developernooran
- Join date:
- June 2013
- Posts:
- 119
- Downloads:
- 8
- Uploads:
- 21
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 2, 2014 at 2:09 pm #517163Thanks a lot …
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 2, 2014 at 2:16 pm #517165You are welcome 🙂
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 4 voices, and was last updated by Saguaros 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum