Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hstrom Friend
    #191228

    Hi,
    Can someone give me a clue on how to resize the position-5 position? I need it to be 300 px in width…

    With kind regards,
    – Johan.

    Ninja Lead Moderator
    #508478

    Hi Johan,

    You can try to customize it from css style

    + Create custom.css file in templates/ja_fubix/css folder

    + Open custom.css file and add new script

    @media (min-width: 1200px) {
    .offset3 {
    margin-left: 300px !important;
    }
    .span7 {
    width: 690px !important;
    }
    .span3 {
    width: 300px !important;
    }
    }

    Let me know if it helps

    Regards

    hstrom Friend
    #508969

    Yes, it seems to work good. Thanks!

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

This topic contains 3 replies, has 2 voices, and was last updated by  hstrom 11 years, 1 month ago.

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