[Theme: TwentyThirteen] Main content margins
-
Hi
I am using the Twenty Thirteen theme on 4.2.2 WordPress, this is the site, https://www.epaccs.com
The margin for the main content was very large leaving the content quite slim down the middle in the default twentythirteen theme. So in my child theme I managed to find someone who had a similar problem that added the following code to a child theme:
.entry-header, .entry-content, .entry-summary, .entry-meta { max-width: 100%; width: auto; /* The margin-left: 100px; style controls what you want */ margin-left: 100px; margin-right: 100px; }
This achieved what I wanted at first by putting the margin in line with the Navigation and the Header text like this: https://i58.tinypic.com/kdk561.jpg
But when I started using the website on other resolutions, and mobile, I noticed that the margin would stay at 100px obviously, so therefore would look all wonky, for example: https://i59.tinypic.com/2liykwh.jpg
So my question is, how can I get the margins to always stay in line with the title header and navigation menu?
Thanks in advance for any help ??
- The topic ‘[Theme: TwentyThirteen] Main content margins’ is closed to new replies.