-
Author
-
January 18, 2017 at 10:10 #150081giniParticipant
Hello~
How do I change the width of the container area when the site is set to full width?
I like that the content(Photo, etc) is full width, but I just want it like my attachment file.
Please check my attachment file.
So, I want to change container size in only posting page like my attachment file.
Would I use custom CSS? Or?
Thanks~
Attachments:
You must be logged in to view attached files.January 18, 2017 at 21:26 #150147RaduModeratorHi,
In what page you want to have that?
This CSS makes all site pages that are full width limited to specified width
COPY CODE.container-full { max-width: 1200px; margin: 0 auto; }
The Css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 19, 2017 at 03:58 #150169giniParticipantHi~ R.
I am very satisfied other pages in full width, but I just want to float centered text on 700px in post page.
So, I want to see centered text by 700px in only post page, when the main-layout is set to full width.
Please check attachment file.
I want to make the post page like this attachment.
Help me R~
Thanks.
Attachments:
You must be logged in to view attached files.January 19, 2017 at 04:58 #150177giniParticipantSo, simple words.
I want a post template on centered text by 700px, when main-layout is set to full width.
I want to write a post with no sidebar by centered 700px template.
January 19, 2017 at 14:54 #150214RaduModeratorHi,
Try this CSS
COPY CODE.kleo-desktop .single.single-post #main-container article { max-width: 700px; margin: 0 auto; }
Let me know if it’s ok
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJanuary 20, 2017 at 06:59 #150255giniParticipantYes~~!!
That’s what I wanted.
This is very well work.
It’s really great!!
I really appreciate you.
Have a nice day~
R~January 20, 2017 at 16:40 #150320RaduModeratorHi,
You’re welcome
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.