Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ankianka66 Developer
    #192509

    Hi!

    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!


    1. nra
    Ninja Lead Moderator
    #513384

    You 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

Viewing 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