Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Ydroxoos Friend
    #188840

    Hi,
    I have in this site http://www.conexus.gr/bnk/ in module position “position-5” the facebook login module (of jomsocial) that takes too much of height which is useless. How I can make it fit to the “login box” of the module?

    Thank you in advance,
    Panagiotis

    pavit Moderator
    #498590

    Hi

    You can create a custom class suffix in template.css copying from the actual css for the module and applying it to your module

    .ja-module { <----------changing this to .ja-modulenew
    background: #fff
    color: #666
    min-height: 240px; <---------changing this to 140px
    margin-bottom: 10px;
    position: relative;
    }

    Ydroxoos Friend
    #498592

    Thank you!
    And what am I going to fill in the “Module Class Suffix” box ?

    pavit Moderator
    #498600

    Try in this way would be better

    in this file templatesja_merocssthemeslighttemplate.css around line 1078 add these part of css

    .t3-module.newheight {
    min-height:120px ;
    }

    Then in your Module Class Suffix add the newheight suffix with an empty space at the beginning

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 11 years, 2 months ago.

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