Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fguyon Friend
    #192989

    Hi
    I’d like to reduce top and bottom margins and border width in slidenews module without changing other modules properties…

    In spite of being my personalproblem and not an issue, would you help me and let me know how to do ??
    Thanx and regards

    phong nam Friend
    #515586

    Hi,

    On the JA Mitius template, the width/padding of Sidenews module is consists of the that of module’s elements (title, module content and main area) itself. You can try to create a custom.css at templates/ja_mitius/css/ path and put below codes into:

    /*Change the Sidenews padding/width*/

    .right-slideshow .main-siderbar {
    margin-right: 30px;
    }

    .right-slideshow .module-title {
    margin: 0 0 15px 0;
    padding: 15px 20px 0;
    }

    .right-slideshow .module {
    margin-bottom: 20px;
    }

    .right-slideshow .module-ct {
    padding: 0 20px 20px 20px;
    }

    Change to element’s value until you get perfect.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum