@aman204 Hello,

you helped me to transform this part of the site. look : http://prntscr.com/levoxk

I need your help again because I would like the first information to remain fixed, not scrolling and other information scrolling.
the idea is that a "news" remains fixed and the other news scrolls.

Can you help me please?

    ludo974 I need your help again because I would like the first information to remain fixed, not scrolling and other information scrolling.

    Not sure as to what you mean. Kindly elaborate or better yet, please provide screenshot marked with annotations or reference example of some site link as to what you wish to achieve.

      ludo974 Hi. Do You mean that the text in aticles should be scrolled? If yes than try adding this css:

      #acm-feature-95 .features-item-inner p {
      display: block;
      height: 100px;
      overflow: scrolled;
      }

        aman204
        Hello,
        look please :
        http://prntscr.com/lfabrl
        I made a screenshot to show you what I would like to put in place. In the green square, I would like the first news to be fixed that it does not move. In the orange square, I would like news to scroll normally.
        Do you understand and can you help me?

          teitbite

          Hello,
          look please :
          http://prntscr.com/lfabrl
          I made a screenshot to show you what I would like to put in place. In the green square, I would like the first news to be fixed that it does not move. In the orange square, I would like news to scroll normally.
          Do you understand and can you help me?

          ludo974 I made a screenshot to show you what I would like to put in place. In the green square, I would like the first news to be fixed that it does not move. In the orange square, I would like news to scroll normally.

          You may also check out some of 3rd party extensions from list here if it can derive the purpose

          Or, You can create a custom module and add the first news HTML snippet/publish it accordingly alongside the ACM module

          13 days later

          Hello @aman204 , you help me with the module actually.
          Could you help me, my module is strong, look : http://prntscr.com/lklssx

          the rectangles are narrower than default, and I would like that it takes all the place on the homepage. In addition there is no more left and right button to navigate
          Then I do not understand my banner on the home page that is here no longer appears, so I have you help me write this code http://prntscr.com/lkltz2
          in custom.css
          Look my home page http://prntscr.com/lklv5q

          Could you help me please ?

            ludo974 Kindly check as your site appears offline as of currently and details added in edit fields arent working in order to access the site

              Hello aman204
              I change the fields with the id and password.
              Could you look my problem please ?

              ludo974 the rectangles are narrower than default, and I would like that it takes all the place on the homepage. In addition there is no more left and right button to navigate

              To be precise, Kindly confirm if you wish to show the specific module as shown in screenshot i.e. The boxes will span across the available space with previous-next arrows to be seen

                aman204 changed the title to Feature-intro module.

                ludo974 But you can give me your help to my picture in background ?

                Try add this to custom.css file and change the background image path/name alongwith adding specific image in respective folder :

                .t3-header{background:url("../images/t3logo-big-light.png") no-repeat;}

                  ludo974 You may check now. Had to change the image path here to :

                  .t3-header{background:url("/images/images/accueil/bandeau/tigre-blanc-yeux-bleuV2.png") no-repeat;}

                  as the background image path entered earlier had been invalid henceforth resulting in no image to load

                    ludo974 Hi. Can You please update login credentials? Site is offline and the one given is not working so I cannot check what code is needed to fix that.

                    ludo974 But my image does not appear across the entire width of the screen.

                    Kindly check now. Ref: Screenshot . Had to make some div element changes in /tpls/blocks/header.php to get the result as envisaged by you

                      You need to Login to view replies.