-
AuthorPosts
-
tomkatstudios Friend
tomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
May 10, 2011 at 9:34 pm #163835Hello,
First off, thank you all for a great product! Really appreciate what you guys provide, I love joomla-art! Can’t wait to get it dialed in!I’ve looked and am unable to find this already answered, so apologies if this is painfully redundant.
I’m attempting to get a margin on the column ‘content-main’ or “content” on the home page at http://www.atlas-stands.com
In looking at it closer, I notice that the demo-droid template here at joomla-art has the same issue… The Featured Article (Welcome to JA Droid) renders the same way, with the right side of the text getting ‘cut-off’.
Any help would be greatly appreciated!
Once again, thanks for a great product you guys!
-matthew thomas
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
May 11, 2011 at 5:58 am #390712Change this::
.article_row {template.css (line 157)
border-bottom: 3px solid #CBD0E2;
margin-bottom: 10px;
padding-bottom: 10px;
}to
.article_row {template.css (line 157)
border-bottom: 3px solid #CBD0E2;
margin-bottom: 10px;
margin-right:20px;
padding-bottom: 10px;
}and adjust value accordingly
Css file reference: http://www.atlas-stands.com/templates/ja_droid/css/template.css
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 11, 2011 at 6:14 am #390715Hi,
Thank you for reporting this.
Please make the following changes to fix this. Open template.css and remove <blockquote>.article_column {
padding-left: 10px;
padding-right: 30px;
}</blockquote> from line 163.Then in layout.css line 51, find <blockquote>.article_column .contentpaneopen {
padding-left: 0px;
} </blockquote> and replace padding-left: 0px; with padding-left:10px; padding-right:10px;This will solve your problem.
1 user says Thank You to himangi for this useful post
tomkatstudios Friendtomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
May 11, 2011 at 4:00 pm #390813Thank you for your help, I really appreciate it!
Within the layout.css file, just below “.article_column .contentpaneopen”
there is a section of code titled “.article_row”(line59) I changed the margin-left and margin-right to 0, and that got it…
thanks again!
-matthewtomkatstudios Friendtomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
May 12, 2011 at 12:23 am #390841Umm, I’m seeing a weird spacing on the homepage now… (please see attachment) Any advice on how to correct this? I am so far unable to figure this out… I have followed Himangi’s advice above, and then the line59 change in layout.css as well…
Any help would be greatly appreciated…
-matthewJoomla 1.6, http://www.atlas-stands.com
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 12, 2011 at 6:01 am #390881Hi,
I am not sure why that happened if you havent changed anything else in any css. But I observed 2 things. First is I dont see the changes I had suggested you in the css. May be that is because of JAT3 cache. Secondly if you remove float:left from #ja-mainbody from layout.css line 68, then your problem gets solved..
Please check and confirm that it works.
1 user says Thank You to himangi for this useful post
tomkatstudios Friendtomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
May 12, 2011 at 7:38 am #390903I removed the float:left from liine 68 in layout.css… It didn’t work unfortunately…
I have made all the changes Himangi has suggested, not sure why they’re not showing up… JAT3 cache? Is there a place/way to clear this cache?
Any other suggestions?
Thank you for help I really do appreciate it…
-matthewhimangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 12, 2011 at 9:17 am #390934Hi,
I have made following changes in your layout.css and fixed the issue.
changed padding from 0 to 10px in the following
<blockquote>.article_column .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div */
padding-left: 10px; padding-right: 10px;
}</blockquote>Changed padding left and right from 0 to -10px in the following
<blockquote>.article_row {
/* minus the spacing of the article row to macth with the Gutter & global grid */
margin-left: -10px;
margin-right: -10px;
margin-bottom: 15px;
padding-bottom: 15px;
}</blockquote>Changed padding from 5 to 0px and added float:left in the following
<blockquote>#ja-mainbody { padding-left: 0px; padding-right: 0px; float:left; }</blockquote>That have fixed all your issues. Please check and confirm.
1 user says Thank You to himangi for this useful post
tomkatstudios Friendtomkatstudios
- Join date:
- July 2009
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
May 12, 2011 at 1:26 pm #390971YES! 🙂 THANK YOU Himangi! Thank you Joomla Art!
-matthewAuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by tomkatstudios 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum