Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #338449
    laramanzoni59
    Participant

    Hello everyone.
    I am trying to realize my website, finding in the Clean Magazine theme the right one. I was been able to make all the various setting of the parameters in a way useful for me, but I wasn’t successful in obtaining a text that occupies the full page. It seem like my site was been on 3 columns with only the right showing the text, as you can see in the screenshot below.

    Anyone could help me please?
    Thanks a lot in advance.

    #338451
    sujeet
    Keymaster

    Hello @laramanzoni59,

    I got bit confused. Do you need to make all pages/posts to have full width like I showed you in the screenshot? If that is what you want then you can add the following css code to “Appearance => Customize => Additional CSS”. Since the option is only available in Pro version of the theme.

    fullwidth

    
    .no-sidebar.content-width .content-area {
       width: 100%;
    }
    

    To achieve this your “Default Layout” must be “No Sidebar (Content Width)” which in under “Appearance => Customize => Theme Option => Layout Options => Default Layout”.

    Or if you want to make a specific page/post to have full-width then you must add page id or post id in the above code. Please let me know what you exactly want to achieve? So that I can give you the code or settings. Thank you.

    Regards,
    Sujeet

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.