Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • iamwe361 Friend
    #984972

    Hello, I would like to limit the size of aside-1* to a percentage of the screen. Right now its taking approximately half of the screen, when I add content. How can i change this?

    Please let me know which file/s i need to alter, the script to change and what it should be changed to.

    Thank you for your assistance. W.

    iamwe361 Friend
    #985226

    Hello, Does anyone have a solution?

    Ninja Lead Moderator
    #985403

    Hi,

    If you want to change aside-1/2/3, you need to change it from both file below

    • Open templates/ja_wall/css/layout-wide-extra.css file
    /* Content ---*/
    body.has-aside #content {
      width: 50%;
    }
    
    /* Aside ---*/
    #aside {
      width: 50%;
    }
    • Open templates/ja_wall/js/wall.js file
    // no main masonry, detect aside masonry
    if (!$container.length) {
        $container = $('#aside .aside-inner:first');
        itemSelector = '.col';
    }

    But you need to be careful to change it

    Regards

    iamwe361 Friend
    #985890
    This reply has been marked as private.
    iamwe361 Friend
    #985927

    Hello Ninja,
    Made the changes and now my template produces two sets of bullet points? and remains at 50%

    Ninja Lead Moderator
    #986034

    Hi,

    You can give me the screenshot with the description on that, it would help to understand what are you trying to do. I will help further

    Regards

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

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

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