Hello,

with News2 template in WordPress, we use a widget AcyMailing in position Newsletter.
But apparently the weight of this position is not big.
The idea is to have the info of this widget is one line. There is enough space.

Do you have a idea to extend the space ?

Thank you very much.
Regard.


    Hello,

    thank you very much.

    And last thing, is there a way to center it ?
    I tried but, apparently, it is not possible because the blocks are fixed...

    Regard.

      dieudonne Hi. Here is a code You can use to center it:

      #gk-footer-area>div {
          float: none;
          max-width: 320px;
          width: 100%;
          margin: 0 auto;
      }

      but You may need to play with the width value a bit.

      5 days later

      Hello, thank you.

      I put 820 for the value of max-width. It is better.

      But I can't put the widget in a line like before (this is the first request)... why ?

      Regard.

        dieudonne But I can't put the widget in a line like before (this is the first request)... why ?

        Try add this also to override.css file :

        table.acym_lists tbody tr{float:left !important;}

        @aman204
        But I already do that! And it ok, it is on one line.
        But impossible to center it ...!

          dieudonne
          I have helped you resolve this issue. Please check your site now.
          Regards,

          Hello,

          euh I don't understand what you have done....

          a// This is not on a line like before
          b// This is not center

          So ?
          Anyone have a solution ?

            dieudonne Kindly check now. Have reinstated earlier CSS suggested along with adding some further CSS rule-set to get the results as envisaged. Ref: Screenshot

            Ensure to clear your browser cache if changes dont reflect.

            Write a Reply...
            You need to Login to view replies.