-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 18, 2014 at 9:04 am #194905Hi, i would like to edit the layout in the latest news module.
I reduced the article title size abit and all my intro images gonna be as they are now 175×193.
But the content is now far away from the image, can you help me change the margins?
I really want it to be like this :
See the margins on the first article, maybe abit more space.
Also if I press not show module title ( Lastest news ) the article title gets over the buttons to the right. unless its a short title, but then i cant even press the buttons,
And i would also like to remove the white frame around the images in the JA content pop up
Please help
Regards.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 18, 2014 at 11:00 am #523191Go to this File: http://uoancorp.com/templates/ja_mitius/css/template.css
Find this code
.vertical-layout .showcategory { min-height: 200px; padding: 0px 0 0 230px; position: relative; }
reduce 230px in the above to any of you like. this will reduced the space between the image and the content.
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 18, 2014 at 11:09 am #523192Can you confirm its in that file ?
Editing file “/css/template.css” in template “ja_mitius”.
Cant find itchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 18, 2014 at 11:44 am #523204Open that file and search for this .vertical-layout .showcategory or go to line no: 4230
I’m sure it is this file /templates/ja_mitius/css/template.css
1 user says Thank You to chavan for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 18, 2014 at 1:23 pm #523221Thanks, found it,.
So how do i move it up? so its on the same margin as the images ?chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 18, 2014 at 1:35 pm #523227Go to this File: /templates/ja_mitius/css/template.css
Replace this code
.category-module h1{font-size:22px}
with
.category-module h1{font-size:22px; line-height:25px; padding: 0 0 10px 0; margin:0px; }
1 user says Thank You to chavan for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 18, 2014 at 1:39 pm #523228Thanks you are the best !
So how about hiding the module title, would that be possible, if i do it right now i break the buttons to the right.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 1:46 am #523286I could not understand please be precise on your query.
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 19, 2014 at 8:49 am #523375See this screenshot
If i hide the title “Latest News” in module options, it will bug.
And also how do i remove the white frame around the images in JA- Content.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 8:56 am #523380remove white frame using this
go to this file : /modules/mod_jacontentpopup/assets/css/style.css
Replace this code
.ja-cp-main .ja-cp-image img { padding: 4px; background: #fff border: 1px solid #ccc }With this
.ja-cp-main .ja-cp-image img { padding: 4px; }
i do not understand the title latest news, may be screenshot. or whether you need the title or not. I’m confused on this.
1 user says Thank You to chavan for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 19, 2014 at 9:02 am #523382I want to Orange box latest news not to be shown.
And when i press hide it bugs like this.
I cant click the buttons.
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 9:19 am #523387go to the file : /templates/ja_mitius/css/template.css
1. Replace this code
#button {
margin: 0;
padding: 0;
position: absolute;
right: 0px;
top: 15px;
}
with
#button {
margin: 0;
padding: 0;
position: absolute;
right: 0px;
top: 15px;
z-index:999;
}
2. Add this Code to that template.css
#ja-ul-lastnews {
padding-top: 50px;
}
1 user says Thank You to chavan for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
March 19, 2014 at 10:03 am #527318chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 21, 2014 at 1:45 am #527546Go to this Css: /templates/ja_mitius/css/custom.css
Replace this code
#button { margin: 0; padding: 0; position: absolute; right: 0px; top: 15px; z-index:999; }With
#button { margin: 0; padding: 0; position: absolute; right: 0px; top: 5px; z-index:999; }1 user says Thank You to chavan for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
March 21, 2014 at 4:53 pm #527662Thanks alot
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by hjalte1983 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Lastest News Module layout issues
Viewing 15 posts - 1 through 15 (of 15 total)