• Hello every one;

    Any help will be appreciated.

    I am using Modern Clix theme on my website: https://www.onurkir.com.
    I am quite happy with the theme. However I would like to get rid of the left sidebar where date added, category and # comments of the post are displayed. I am not totally beginner to the html, php stuff, but I couldn’s make this.

    Can anyone help how to solve this?

Viewing 1 replies (of 1 total)
  • Hello thespoilsort,

    I too am using Modern Clix on my site, isn’t it great? Anyways, to remove it, open up the grid-900.css file (inside of /css), and line 26 or so, you’ll see a rule for .span-2. Add display:none; to that. That makes it not show up.

    Now, if you want to move the left content over to the left more, modify line 76 or so of that same css file (.nudge-2 rule), and bring it down to 0 (or just remove the whole rule).

    Finally, to expand the content so it stretches properly, adjust line 211 of style.css (not the previous css sheet you were editing), and make it’s width 47.7em or so (play around with it for your preferences).

    Let me know if you need any other help!

    Best,
    Connor
    @c_t_montgomery

Viewing 1 replies (of 1 total)
  • The topic ‘Modern Clix sidebar (left)’ is closed to new replies.