Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • alincoln4332 Friend
    #186928

    How can I remove the aside list from the article layout so that it goes from this:

    to this:


    1. layout1
    2. layout2
    alincoln4332 Friend
    #490592

    OK, figured it out.

    Amit Anand Friend
    #514277

    can you please say how did you fixed it? I am also looking for the same.

    Ninja Lead Moderator
    #514443

    <em>@thewebmaster 400492 wrote:</em><blockquote>can you please say how did you fixed it? I am also looking for the same.</blockquote>

    You can do this way

    Open templates/ja_fubix/css/template.css file

    From

    .item-page .article-content {
    padding-left: 200px;
    position: relative;
    overflow: hidden;
    }

    Change to

    .item-page .article-content {
    padding-left: 0px;
    }

    Amit Anand Friend
    #514644

    Awesome… it fixed my layout. Thank you very much Ninja Lead

    alexandreyamazaki Friend
    #529613

    Not work for me. What can I try?

    Nazario A Friend
    #529989

    @alexandreyamazaki,

    Please try to open this file: /templates/your_template_name/css/custom.css (if it does not exist, pls create a new one), then add this rule:

    .item-page .article-content {
    padding-left: 0;
    position: static;
    overflow: inherit;
    }

    If problem remains, pls PM me the URL, admin and FTP credential of your site, I will help you out.

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

This topic contains 7 replies, has 5 voices, and was last updated by  Nazario A 10 years, 1 month ago.

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