• Resolved Toni

    (@tools4toni)


    I do not see how to get the 3 column layout. The way the theme sample is done.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author acosmin

    (@acosmin)

    3 Columns appear only if your screen resolution is above 1600px.

    Thread Starter Toni

    (@tools4toni)

    Thank you.

    Thread Starter Toni

    (@tools4toni)

    I work from a desktop. My screen resolution is 1600px. Does it need to be above that?
    That also means that 3 columns will not be present for the audience viewing the site regardless of the design?

    Theme Author acosmin

    (@acosmin)

    You need to be above 1600px to see the third column. That’s how the theme was designed. If you are bellow 1600px you will see a button “Browse More” in the menu. When clicked it will open that sidebar in a more unique way. I know it’s limited, sorry for any inconvenience.

    Thread Starter Toni

    (@tools4toni)

    Ah I see. Like you said to begin with. Rats! I do like your theme and will keep it in my theme stash.

    Thank you for a quick and thorough response.

    I really like this theme.

    But I think it would more beautiful with 3 columns in desktop.

    Can I do anything to decrease the limit from 1600 to an average screen size?

    Only for desktops!!

    Thread Starter Toni

    (@tools4toni)

    Jagabandhu, interesting question. I opened this thread to see what the developer says.

    To The Developer:
    I am so sorry – I am still a little confused…I am not tech literate:

    I have a wide-screen monitor, 1600×900 (my max) and I didn’t get the third column as we discussed above.

    Sincere question, not sarcasm: Who is the target audience that has the set-up to view and enjoy the theme fully?

    Thank you

    Theme Author acosmin

    (@acosmin)

    There isn’t much going on in that sidebar: 2 menus, archives and an ad. It’s also not widgetized, you can’t do anything more than that into it. If you don’t have a 24 inch screen you will still view those things, but not as a sidebar.

    Also you need to be exactly above 1600px. If you want you can decrease the media queries. In style.css find:

    @media screen and (max-width: 1600px) {

    replace 1600 to 1550 or something. Also in ../assets/js/myscripts.js do the same with:

    if( $(window).width() >= 1600 ) {

    I didn’t try it, see if it works. If you really need that sidebar you can always hire a freelancer and code the all thing again.

    Thread Starter Toni

    (@tools4toni)

    Thank you very much for responding and the info.
    Really it’s the layout that I like. But a variation may work out.

    Plus I am game to play with coding. I need to learn as I go.

    Cheers

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘3 columns? How?’ is closed to new replies.