Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • marinolab Friend
    #193673

    How can I change the width of position-5 and position-7 in Fubix?
    cm

    phong nam Friend
    #518197

    The width of position-5 and position-7 relates to the width of sidebar1, 2 section containing that 2 positions. You can open templatesja_fubixtplsblockshomepage.php file and change the span width value like snapshot attached below.

    Make sure the total width of content and 2 sidebars is 12 spans. Also remember to backup the file before editing.


    1. homepage
    marinolab Friend
    #518294

    Sorry, I tried for hours…maybe the offset…nothing

    I just desire in Home page the largest column in the dx side and the other in the sx side….
    How do it?
    Thanks

    phong nam Friend
    #518402

    @marinolab: Yes. The offset is used to align the sidebar and content to the correct position in the layout, it will mess the layout when you change the span width.

    Another option is to override the width value of sidebar span on homepage only. You can get this by creating a custom.css file at templates/ja_fubix/css/ path and add following codes:

    .home .t3-sidebar.t3-sidebar-2.span2 {
    width: 197px;
    }

    .home .t3-sidebar.t3-sidebar-1.span3 {
    width: 297px;
    }

    Change the width until you satisfy.

    marinolab Friend
    #518414

    .home .t3-sidebar.t3-sidebar-2.span2 {
    width: 197px;
    }

    .home .t3-sidebar.t3-sidebar-1.span3 {
    width: 297px;
    }

    This is ok for the columns, but the central content side does not move….

    phong nam Friend
    #518473

    Please post your site’s url here. I will take a look and give you workaround to adjust the center content. Any snapshot of what you want to achieve is really appreciated.

    marinolab Friend
    #518564
    phong nam Friend
    #518568

    @marinolab: I see that the intro image of TOP 5 PLAYERS module (position-5) is not displayed properly due to the image size you uploaded. You just display that images like our template demo by adding following override styles into custom.css file:

    .category-module.black.player .img-thumb img {
    height: 80px;
    }

    Could you tell me in which sections or modules the content is not centered? I will check to see how to adjust the module layout.

    marinolab Friend
    #518577

    Now you can see the solution with:

    .home .t3-sidebar.t3-sidebar-2.span2 {
    width: 297px;
    }
    .home .t3-sidebar.t3-sidebar-1.span3 {
    width: 197px;
    }
    ….colmass does not move…

    phong nam Friend
    #518610

    @marinolab: In fact, we will need to override both offset classes to adjust the new homepage layout. You can replace your (above) codes with the following:

    /*Changing the sidebars' width*/
    @media (min-width: 1200px) {
    .home .t3-sidebar.t3-sidebar-2.span2 {
    width: 297px;
    }

    .home .t3-sidebar.t3-sidebar-1.span3 {
    width: 197px;
    }

    .home .t3-content.span7.offset3 {
    margin-left: 198px;
    }

    .home .t3-sidebar.t3-sidebar-1.span3.offset-10 {
    margin-left: -891px;
    }
    }


    1. result
    marinolab Friend
    #518647

    …no yet..


    1. noyet
    phong nam Friend
    #518651

    Sorry. There is a tiny wrong with margin value and I have updated the override css styles above. Can you copy them again to your custom.css file ?

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

This topic contains 12 replies, has 2 voices, and was last updated by  phong nam 10 years, 10 months ago.

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