• A few things I’d like to do…

    #1
    How can I enable both logo and text at the same time in header? (its only showing one or the other – )

    #2
    The build has columns (via mobile) in desktop view/mode displayed in narrow columns. (Some people view desktop to see the whole site)
    Can there be css changes applied to make it look like the default desktop layout 8nstead?

    How can I change the layout so that it works like a regular layout without the left aligned column? Should I use twenty-twenty theme as a guide?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @4blkstars,

    #1
    This is not possible out of the box – Chaplin automatically hides the site title if the logo is visible. The title is still output as screen reader text, so you could set that to be visible with custom CSS by targeting .site-logo .screen-reader-text. But you’d need to overwrite quite a bit of CSS to make it visible.

    #2
    I’m not sure what you mean by “left aligned column”. Could you post a link to a page to illustrate?

    — Anders

    Thread Starter 4blkstars

    (@4blkstars)

    #2 I meant the entry-content alignment. Its positioned to align left instead of centered How can I change the css to override what it is now to position centered- i know there is a template already built in to center the content too.

    Theme Author Anders Norén

    (@anlino)

    Hi @4blkstars,

    Chaplin has templates for making the content full-width, but not for making the content centered (with the default width). It’s possible to add custom CSS to center the content, but it would require a lot of CSS to make the different alignment width work. It’s not something I would recommend.

    If you want all pages to use the full-width template, you can filter the body classes using the body_class hook and add the has-full-width-content class to all pages. That would make the content full width everywhere.

    — Anders

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A few changes to assist chaplin’ is closed to new replies.