• Resolved McPhearsome

    (@mcphearsome)


    hello again,

    A new issue came up. I can’t increase the width to no more than 384px what so ever. I can decrease it but not increase it. It works well with 520px width in the preview box but not in reality as seen here. I’ve made the changes in arlima-page.php and template.css as you described in another issue here – but it won’t get any wider.

    https://www.ads-software.com/extend/plugins/arlima/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author victor_jonsson

    (@victor_jonsson)

    This is due to the CSS and HTML in your theme. After have taken a short glance at your DOM I would suggest the following changes.

    – Remove line 219 in template.css (where it says margin: 0 34% 0 7.6%;)
    – Remove line 220 in template.css (where it says width: 58.4%;)
    – Add the following code somewhere in template.css:

    .tmpl-article .streamer {
      display: block;
    }
    Thread Starter McPhearsome

    (@mcphearsome)

    Once again – thank you. That helped a lot. It now works absolute perfect – hopefully for a long, long time. This is a piece of great work you guys have done.

    Plugin Author victor_jonsson

    (@victor_jonsson)

    Your welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Article List Manager (arlima)] may not increase the width’ is closed to new replies.