Hello guys,
I am quite a newb in things of webdesign, coding etc., even though ages ago I was learning a bit of HTML/CSS. Now I want to setup my first blog with Wordpress and Elements. This is what was recommended to me the most in order to create something professional but fast and easy.
I found a Wordpress Template ‘twenty fiveteen’ which I really like, but would just need to make a minor modification.
I would like to have the left column with the navigation a bit more narrow, in order to have my main content column bigger in the center. How can I change this in wordpress?
I think it’s helpful if you see my “website” → www.usegerman.com
Unfortunately the modification you require is not minor as the site has been built with a lot of magic numbers and a lot of old techniques (floats and negative margins) where everything is dependent on everything else as margins and widths are manipulated on each element to create the space needed. (Unless of course your theme has something built in place already but WordPress is not my area.).
From a purely css perspective I could over-ride your styles to give you a wider display but I feel it may be a step too far for you to implement and to maintain in the long run.
As an example you would need this minimum custom code to over-ride the width on that left column.
That would produce the display as shown in the screenshot below where you can compare with the original. The new example is the second picture with the CSS injected via the live css editor you can see in the top right corner.
Thanks a lot for your effort!
Since this seems really not that small of a change, I will probably stick to the old one or just take a other template. I thought it’s much easier to change layouts. I want something simple, and I am afraid it will lead to issues all the way in the long run or on other pages, as you mentioned.