-
AuthorPosts
-
tdb6800 Friend
tdb6800
- Join date:
- May 2012
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 17, 2012 at 1:57 pm #180751Hello,
I am trying to make the following changes to my blog layout and can’t seem to get them right.
I removed the slideshow from the top and added the “our blog” module in it’s place. However it extends to the width of the page and I would like for it to have margins similar to how it displays on the template homepage. My pictures are no longer centered.
Also, I would like to have the blog layout be a little wider.
I have attached a screenshot to better explain.
Thanks.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 18, 2012 at 7:05 am #467348Hi tdb6800,
if you have assigned the module to the slideshow position you could now go to the template back-end >> LALYOUTS tab, going to edit the default layout you would see this block tag
<block name=”slideshow” type=”modules” style=”raw” no-main=”1″ >slideshow</block>
Change it to
<block name=”slideshow” type=”modules” style=”raw” >slideshow</block>I hope this would help !
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 18, 2012 at 7:05 am #467349Hi tdb6800,
if you have assigned the module to the slideshow position you could now go to the template back-end >> LALYOUTS tab, going to edit the default layout you would see this block tag
<block name=”slideshow” type=”modules” style=”raw” no-main=”1″ >slideshow</block>
Change it to
<block name=”slideshow” type=”modules” style=”raw” >slideshow</block>I hope this would help !
1 user says Thank You to Sherlock for this useful post
tdb6800 Friendtdb6800
- Join date:
- May 2012
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 18, 2012 at 3:26 pm #467427You’re amazing. I can’t tell you how many hours and hours I’ve spent trying to find that piece of code.
Thanks.
tdb6800 Friendtdb6800
- Join date:
- May 2012
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 19, 2012 at 12:41 pm #467526Do you know how to expand the width of the articles? Both on the main blog page and the individual article? I had gotten it to work but then uploaded the original k2.css file and it changed it back and I can’t remember for the life of me what I had changed.
Basically, I removed the author information (because there is only one author) but now have that extra white space on the left of all my blog items. See attached picture.
Thank you so much. I so appreciate your help.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 20, 2012 at 3:32 am #467586Hi tdb6800,
For the blog page you open the file of templates/ja_zite/css/k2.css looking for this css rule
div.catItemBlogView {
background: none repeat scroll 0 0 transparent;
margin: 0;
overflow: hidden;
padding: 0 0 0 155px;
position: relative;
}Change it to
div.catItemBlogView {
background: none repeat scroll 0 0 transparent;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}For the item page also looking for this css rule on that file
#k2Container.itemBlogView {
border-right: 1px solid #DDDDDD
padding-left: 160px;
padding-right: 20px;
position: relative;
}you change it to
#k2Container.itemBlogView {
border-right: 1px solid #DDDDDD
padding:0px;
position: relative;
}I hope those changes would help !
tdb6800 Friendtdb6800
- Join date:
- May 2012
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 20, 2012 at 2:21 pm #467661Sure did. Thanks again.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by tdb6800 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum