Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter aadujan

    (@aadujan)

    Thanks Brisch.

    They seem to have updated the theme now and fixed the issue.

    Thread Starter aadujan

    (@aadujan)

    You don’t really have to change anything.

    It was just my initial opinion. It does look pretty the way it is now, but the navigation menu right now is kind of not where people like me would expect it to be.

    Then again, I have now simply gotten used to it and it’s harder for me to critically judge things about this theme… It’s not the end of the world with it being a little “creative” or “different”. It’s simple enough to, perhaps, not have that big of a negative effect I made it out to be at first.

    Besides, it’s really hypocritical of me to judge it at all – you’ve done this for free.

    • This reply was modified 6 years, 6 months ago by aadujan.
    Thread Starter aadujan

    (@aadujan)

    Since the code is well structured, I was able to find the necessary lines of codes from the editor and change the variables (not in the editor, of course). The sidebar was easily removed by simply removing the widget item from the sidebar widget area.

    For the post to be wider, I used used this:

    @media only screen and (min-width: 720px) {
    	.content-area {
    		width: 100%;
    		max-width: 90%;
    		float: left;
    	}
    }
    
    @media only screen and (min-width: 1024px) {
    	.content-area {
    		width: 100%;
    		max-width: 90%;
    		float: left;
    	}
    }

    The max-width: from 60%; to 90%;

    • This reply was modified 6 years, 6 months ago by aadujan.
    • This reply was modified 6 years, 6 months ago by aadujan.
    • This reply was modified 6 years, 6 months ago by aadujan.
    Thread Starter aadujan

    (@aadujan)

    Changed the 2 stars to 4 stars – I almost lost my site because of that issue… an emotional impulsive rating it was. And since I have no clue how that came about, I’m hesitant to just give a good rating.

    Your code looks to be super optimized (though I can’t tell, it’s just fast) or at least well structured, then. I was able to find what I needed to change the site to look more the way I wanted.

    There is, though, one weird looking shade of grey of an outline from the navigation box. It’s visible with a lighter header. I couldn’t find what was causing it…

    I had the same problem, still have, mind you. I simply deactivated it for the time being and check every now and then… I guess I’ll look into how to get the old version downloaded.

    I registered an account just to let you know he/she is not the only one with this problem from the update some time back.

Viewing 5 replies - 1 through 5 (of 5 total)