This topic has 6 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #150081
     gini
    Participant

    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.
    #150147
     Radu
    Moderator

    Hi,

    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 solution
    #150169
     gini
    Participant

    Hi~ 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.
    #150177
     gini
    Participant

    So, 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.

    #150214
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #150255
     gini
    Participant

    Yes~~!!

    That’s what I wanted.

    This is very well work.

    It’s really great!!

    I really appreciate you.

    Have a nice day~
    R~

    #150320
     Radu
    Moderator

    Hi,

    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
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?