Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Alp Friend
    #902996

    Hello everyone,

    when I don’t have any modules on let’s say aside 2 position, modules displayed at aside 1 position take all the place for aside 1 and 2.

    But I want them to stay as slim as they were when both aside position were occupied, so that there is more space for content.

    Can anyone help me please?

    Best regards,

    Alp

    Ninja Lead Moderator
    #903188

    Hi,

    In this case, you need to change it from CSS style

    Open templates/ja_wall/css/layout-wide-extra.css file

    Find and change

    /* Content ---*/
    body.has-aside #content {
      width: 50%;
    }
    
    /* Aside ---*/
    #aside {
      width: 50%;
    }

    to

    /* Content ---*/
    body.has-aside #content {
      width: 80%;
    }
    
    /* Aside ---*/
    #aside {
      width: 20%;
    }

    Regards

    Alp Friend
    #903326

    I did as you said, but unfortunately no changes

    Alp Friend
    #903327
    This reply has been marked as private.
    Ninja Lead Moderator
    #903599

    I fixed your request directly on your site with the solution below

    Open templates/ja_wall/css/layout-wide-extra.css file

    find and change

    /* Content ---*/
    body.has-aside #content {
      width: 95%;
    }
    /* Aside ---*/
    #aside {
      width: 5%;
    }

    to

    /* Content ---*/
    body.has-aside #content {
      width: 85%;
    }
    
    /* Aside ---*/
    #aside {
      width: 15%;
    }
    
    /* Joomlart custom work ----*/
    #aside .aside-col-1, #aside .aside-col-2, #aside .aside-col-3 {
        width: 100% !important;
    }

    Now, you can see it’s working well on your site, see the screenshot


    1. Screen-Shot-2016-03-23-at-10.20.08
    Alp Friend
    #903715

    Hi Ninja Lead,

    tnx a lot for your help, but unfortunately I don’t see any impact on my site.
    I see your screenshot,
    I see the changes in the css file,
    I see that I obviously have only one aside position to choose at my admin desk,
    but no changes on my frontpage (please have a look to my attached screenshot.

    May be I was not clear.
    Currently at JA Wall, when there is no module located on aside 2 or 3 modules on aside 1 takes the room of aside 2 or 3.

    I want that the room of the missing aside position disappears on the sıte ın favour of the content, so that the contend can expand to right.

    for tablets and desktop screens (guess there is no need for this for mobile)

    Is this possible?

    Best regards,

    Alp


    1. aside
    Ninja Lead Moderator
    #904111

    You can try to clear the cache of your browser and check it again, I double checked with other browsers and see it’s working as fine.


    1. Screen-Shot-2016-03-24-at-08.25.37
    2. Screen-Shot-2016-03-24-at-08.26.04
    3. Screen-Shot-2016-03-24-at-08.26.21
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

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