Hi,
You can go to Theme Options -> General -> Layout
Find the setting -> Select a layout
Select the first option. It will set your whole site full width
You can override in each page.
As for hiding page title and breadcrumb, it’s only possible to use css to hide it for all your pages.
Thank you.
Bonjour !
j’ai fait ca dès le début, mais ca n’a jamais marché. Même en créant une nouvelle page ou article, il s’affichera toujours avec une “bare latérale imaginaire sur la drioe ..”
Pour cachertitr et breadcrumb, ok pour le CSS.
Hi,
You can post me your website.
I can give you css code to hide your page title.
No harm trying it out.
Thank you.
here : http://test.associationcausefreudienne-vlb.com/
Sorry for my french answer. I said that it did not work with checking first option in layout.
This is a site test, so all links are not working.
Those pages are working, and all articles
http://test.associationcausefreudienne-vlb.com/angers-le-mans-poitiers-orleans-tours/angers/
http://test.associationcausefreudienne-vlb.com/poitiers/
Thank you
Hi,
Let’s use this post as example.
http://test.associationcausefreudienne-vlb.com/her-cine-psychanalyse-aux-carmes-orleans-14-juin/
Please edit and post me a screenshot of it’s post options
Then go to Appearance -> Theme Options -> General -> Layout and take another screenshot and post it here.
Thank you
ok here :
[url=http://www.hostingpics.net/viewer.php?id=501748142.png][img]http://img11.hostingpics.net/pics/501748142.png[/img][/url]
and
[url=http://www.hostingpics.net/viewer.php?id=279503823.png][img]http://img11.hostingpics.net/pics/279503823.png[/img][/url]
Thank you !
Hi,
The pictures you posted are very tiny, I cannot see it’s content.
Please use this service to upload. http://prnt.sc/
Thank you.
Hi,
Your screen-shots shows the correct settings.
I found the following in your Custom CSS
/* diminuer la largeur de la colonne de gauche sur toutes les pages */
#primary {
width:72%;
}
#secondary {
width:28%;
}
If you remove them, it will work properly.
You are limiting the #primary which is the content to only 72%
This is why your content will never be full-width even if you set it to full-width.
Thank you.