• Resolved seanintokyo

    (@seanintokyo)


    The fact that Twentig allows me to move the Cover Template title text from the bottom to the center is great!

    I would also like to be able to change the alignment of the title text that appears in the cover template. The default is Center Alignment. But, the feature I am imagining would allow me to select as follows: “Align the title text to the left, center, or right.”

    Ideally, this setting could be changed at the page level such that the text could be aligned left on one page that uses the Cover Template, and aligned center on another page that uses the cover template. But, maybe that is not possible from a Plugin.

    Why am I interested in this feature? Because I can achieve a Swiss Style/International Style typographic heavy look with a left alignment. Here is an example https://mymodernmet.com/5-designrelated-phrases-to/

    As always, thank you for your support.

    Best regards,
    Sean

Viewing 1 replies (of 1 total)
  • Plugin Author Twentig

    (@twentig)

    Hi Sean,

    Thanks for the feedback and for sharing your ideas. We haven’t planned to add this feature. But you can add a custom code that will override the alignment for all the cover pages.

    Inside the Customizer open the Additional CSS panel and paste the following code:

    .template-cover .cover-header .entry-header-inner {
    	max-width: 120rem;
    	text-align: left;
    }

    Another solution would be to use the “Twentig – Transparent Header” page template and build the Cover with blocks (Columns block inside a Cover block). With this solution, you’ll be able to choose the alignment for each page.

    Have a nice day.

    • This reply was modified 4 years, 5 months ago by Twentig.
Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request – Page Title Alignment in Cover Template’ is closed to new replies.