-
AuthorPosts
-
ankianka66 Developer
ankianka66
- Join date:
- August 2008
- Posts:
- 98
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
November 24, 2013 at 5:36 pm #192509Hi!
I am setting up a site using Mendozite. I have managed to move the module left to actually be on the left side of the content.
BUT the menu gets to close to the “border” of the site. I want some space… I really donĀ“t know how to explain this in English, I come from Sweden…
If you look at my enclosed picture I how you will understand what I mean.
Thanks in advance!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 25, 2013 at 9:52 am #513384You need to change little css style as below
Open templates/ja_mendozite/css/layout.css file
From
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
/* for side columns and spotlight, we only need to add margin or padding to Module */
margin-left: 0;
margin-right: 30px;
}Change to
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
/* for side columns and spotlight, we only need to add margin or padding to Module */
margin-left: 10px;
margin-right: 10px;
}Once done, clear cache from Admin side
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Moved left – want space
Viewing 2 posts - 1 through 2 (of 2 total)