+ Reply to Thread
Results 1 to 6 of 6

Thread: Flatty Categories

  1. #1

    Flatty Categories

    Hi,
    I was wondering if someone could help me with changing the 2 column categories into 3 for the flatty templates? I've been told that I can only do that within the CSS files, but not sure which of the CSS files and what lines I would need to change them to.
    Any help would be greatly appreciated.
    Thanks in advance

  2. #2
    I found a previous post with the same question, but the instructions didn't work for me as I couldn't find the line I was meant to change:
    1. open style.css file from the template and found this style (line~ 3984):
    .sub-categories-exist div.category-column
    2. inside this style, change columns from 2 to 3.
    Last edited by Cheryll Mendez; February 17, 2015 at 10:21 AM.

  3. #3
    Hello Cheryll,

    Would you please send to my PM access to admin panel I will check and show you line or add my IP: 92.245.104.131 to UnderContruction plugin
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Hi Viktor,
    I've added your IP.
    Thanks for your help with this.

  5. #5
    Hello

    Please check line: style.css at line ~3668

    Code:
    Only registered members can view the code.
    and decrease width or margin 1-2% and it will show like you want.

    also find style at line 3677:

    .categoty-column > div.item:nth-child(2n) {

    and change to:

    .categoty-column > div.item:nth-child(3n) {

    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Hi Viktor,
    It worked like a charm. Thank you so much

+ Reply to Thread