• Resolved grossmann

    (@grossmann)


    Hi,
    is there a way to get the titles left aligned? In the fullwidth template the classes col-md-10 col-md-offset-1 text-center are centering the text and pushing the surrounding div a bit to the right. How can I get rid of these classes or overwrite them easily? I am using a child theme so code customizations are no problem.
    Thanks for the help and the great theme!

    Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Martin,

    Unfortunately, the theme doesn’t support this customization and, as much as I would love to help with some custom code, this is beyond the support offered for our products, which consists of bug fixing and theme documentation, however, I will make an exception this time and try to help you.

     .page-header .container .hestia-title {
     
        padding-right: 25px;
    }

    If this doesn’t suit your needs you can personally change the padding-right value.

    If you need further help with your customization, we recommend you to reach out to a freelancer.

    Regards,

    Silviu

    Thread Starter grossmann

    (@grossmann)

    Hi Silviu,
    thanks for your reply. You colleague Stefan Cotitosu already helped me with the problem. He came up with this solution which I post for future reference.

    .home .page-header .col-md-10.col-md-offset-1 {
        width: 100%;
        margin-left: 0;
    }
    .home h1.hestia-title {
        text-align: left;
    }

    This overrides the bootstrap grid styles and aligns the title on the left side.
    Thanks again to Stefan for the help.
    Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hestia title align left’ is closed to new replies.