Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • testcouch Friend
    #568962

    hi Ninja Lead, thanks for your new fix but there is still a disalignement to the left for module-title! take a closer look on attached screenshot and you will see it. please remove it then!

    b.t.w reisefragen is only a example page so the module position “abovecomponent” will also be puplished on other pages! i’v just created a new test module for “aftercomponent” position and get also a disalignment, but now to the right.

    you can enable both Frontpage module for a test and you will see it.

    testcouch Friend
    #734053

    hi Ninja Lead, thanks for your new fix but there is still a disalignement to the left for module-title! take a closer look on attached screenshot and you will see it. please remove it then!

    b.t.w reisefragen is only a example page so the module position “abovecomponent” will also be puplished on other pages! i’v just created a new test module for “aftercomponent” position and get also a disalignment, but now to the right.

    you can enable both Frontpage module for a test and you will see it.

    Ninja Lead Moderator
    #569051

    @testcouch: You can try with last my fixes below

    Open templates/ja_social_t3/css/custom.css file

    .t3-module.module-yellowabovecomponent .module-title {
    background: url("../images/module-yellow.gif") repeat-x scroll 0 0 #f0ba38
    color: #fff
    line-height: 16px;
    text-transform: none;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 8px 15px;
    margin: 0px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    }

    to


    .t3-module.module-yellowabovecomponent .module-title {
    background: url("../images/module-yellow.gif") repeat-x scroll 0 0 #f0ba38
    color: #fff
    line-height: 16px;
    text-transform: none;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 8px 15px;
    margin-left: 3px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    }

    Ninja Lead Moderator
    #734140

    @testcouch: You can try with last my fixes below

    Open templates/ja_social_t3/css/custom.css file

    .t3-module.module-yellowabovecomponent .module-title {
    background: url("../images/module-yellow.gif") repeat-x scroll 0 0 #f0ba38
    color: #fff
    line-height: 16px;
    text-transform: none;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 8px 15px;
    margin: 0px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    }

    to


    .t3-module.module-yellowabovecomponent .module-title {
    background: url("../images/module-yellow.gif") repeat-x scroll 0 0 #f0ba38
    color: #fff
    line-height: 16px;
    text-transform: none;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 8px 15px;
    margin-left: 3px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    }

Viewing 4 posts - 31 through 34 (of 34 total)

This topic contains 34 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 7 months ago.

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