test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • hjalte1983 Friend
    #194905

    Hi, i would like to edit the layout in the latest news module.

    I reduced the article title size abit and all my intro images gonna be as they are now 175×193.

    But the content is now far away from the image, can you help me change the margins?

    I really want it to be like this :

    See the margins on the first article, maybe abit more space.

    Also if I press not show module title ( Lastest news ) the article title gets over the buttons to the right. unless its a short title, but then i cant even press the buttons,

    And i would also like to remove the white frame around the images in the JA content pop up

    Please help
    Regards.


    1. latestnewsmodule
    chavan Friend
    #523191

    Go to this File: http://uoancorp.com/templates/ja_mitius/css/template.css

    Find this code

    .vertical-layout .showcategory { min-height: 200px; padding: 0px 0 0 230px; position: relative; }

    reduce 230px in the above to any of you like. this will reduced the space between the image and the content.

    hjalte1983 Friend
    #523192

    Can you confirm its in that file ?
    Editing file “/css/template.css” in template “ja_mitius”.
    Cant find it

    chavan Friend
    #523204

    Open that file and search for this .vertical-layout .showcategory or go to line no: 4230

    I’m sure it is this file /templates/ja_mitius/css/template.css

    hjalte1983 Friend
    #523221

    Thanks, found it,.
    So how do i move it up? so its on the same margin as the images ?

    chavan Friend
    #523227

    Go to this File: /templates/ja_mitius/css/template.css

    Replace this code


    .category-module h1{font-size:22px}

    with


    .category-module h1{font-size:22px; line-height:25px; padding: 0 0 10px 0; margin:0px; }

    hjalte1983 Friend
    #523228

    Thanks you are the best !

    So how about hiding the module title, would that be possible, if i do it right now i break the buttons to the right.

    chavan Friend
    #523286

    I could not understand please be precise on your query.

    hjalte1983 Friend
    #523375

    See this screenshot

    If i hide the title “Latest News” in module options, it will bug.

    And also how do i remove the white frame around the images in JA- Content.


    1. remove2
    chavan Friend
    #523380

    remove white frame using this

    go to this file : /modules/mod_jacontentpopup/assets/css/style.css

    Replace this code


    .ja-cp-main .ja-cp-image img { padding: 4px; background: #fff border: 1px solid #ccc }

    With this

    .ja-cp-main .ja-cp-image img { padding: 4px; }

    i do not understand the title latest news, may be screenshot. or whether you need the title or not. I’m confused on this.

    hjalte1983 Friend
    #523382

    I want to Orange box latest news not to be shown.

    And when i press hide it bugs like this.

    I cant click the buttons.


    1. cantclick
    2. titlte
    chavan Friend
    #523387

    go to the file : /templates/ja_mitius/css/template.css

    1. Replace this code


    #button {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 15px;
    }

    with


    #button {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 15px;
    z-index:999;
    }

    2. Add this Code to that template.css


    #ja-ul-lastnews {
    padding-top: 50px;
    }

    hjalte1983 Friend
    #527318

    I noticed on Internet Explorer it shows different , how can i fix that?


    1. layout
    chavan Friend
    #527546

    Go to this Css: /templates/ja_mitius/css/custom.css

    Replace this code


    #button { margin: 0; padding: 0; position: absolute; right: 0px; top: 15px; z-index:999; }

    With


    #button { margin: 0; padding: 0; position: absolute; right: 0px; top: 5px; z-index:999; }

    hjalte1983 Friend
    #527662

    Thanks alot

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

This topic contains 15 replies, has 2 voices, and was last updated by  hjalte1983 10 years, 8 months ago.

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