- This topic is empty.
-
AuthorPosts
-
March 22, 2017 at 4:45 pm #253054
jerryr125
ParticipantHi – question on WordPress – Twenty-Seven Theme.
I am looking to make the blog full width.
Right now – the post title appears on the left and the post content appears right.
Anyone out there with some information about this ?
thanks – jerryrMarch 22, 2017 at 6:54 pm #253057iizag
ParticipantI just looked at the preview and I do not understand what you mean by full width? The theme itself by default is full width already. Do you have a picture or link I can see that shows the way you describe the post and how you want to make it ?
March 23, 2017 at 4:34 am #253070Atelierbram
ParticipantA few questions before we start answering your questions:
- why WordPress?
- why this theme?
- what have you learned so far on HTML/CSS/javaScript
- do you even want to learn webdesign, or is this just something for you to try out?
- if yes, what is your aim in general, in regards to webdesign, (where do want to be in a few years)?
- do you want to learn (so called) “responsive” webdesign?
March 25, 2017 at 1:04 am #253144jerryr125
ParticipantHi – Basically I am showing some students some basic wordpress stuff. Nothing major – starting with the twenty-seventeen theme.
If you look – the title blog appear on the left and articles appear on the right. I wanted to remove the ‘blog’ title and let the articles use the full width of the page.
http://jerryr.jrcustomization.com
thoughts ? jerryr
March 25, 2017 at 3:38 am #253147Atelierbram
ParticipantIf you look – the title blog appear on the left and articles appear on the right
Can’t see this from the link you provided, but you mean on the “blog” blogroll-page? In that case you should be able to switch templates for that page from the dashboard:
On pages, Twenty Seventeen allows you to pick between a one and two column layout. This can be changed via Customizer > Theme Options. The theme defaults to the two-column layout, which displays the page title in one column, and the page content in the other.
March 26, 2017 at 5:03 am #253174jerryr125
ParticipantHI – I tried that – with the blog it does not work. The other pages on the site it is fine – but not with the blog.
I put the blog on a separate pageMarch 26, 2017 at 5:10 am #253175jerryr125
ParticipantI also added the setting one column for the page – no luck :(
March 26, 2017 at 9:36 am #253177Atelierbram
ParticipantFrom the documentation:
When the one-column layout is selected, both the page title and content display in a wider single column, centered on the page.
Don’t know exactly what this would mean for the layout, but as far as I can see, only on this blog page the
blog
class is set on the body-element (with this template, how it is now). Because the articles are still floating to the right, what can be done is, on line nr. 3763 of style.css in the following code block:/* .blog:not(.has-sidebar) #primary article, */ .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments { float: right; width: 58%; }
To “out-comment” that first line
/* .blog:not(.has-sidebar) #primary article,*/
like that, in that way the articles will no longer float to the right, and will default back to 100% width or “full-width” if you will.March 27, 2017 at 1:15 am #253195jerryr125
Participantthank you – seemed to have done the trick !
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.