• Resolved amaranthinemess

    (@amaranthinemess)


    Hi, I would want to change the bootstrap-based division 8-4 coulmns inside the title of the post.
    I would want that part to be col-12 to all sizes so that both the post title and the breadcrumbles could be centered.
    Someone could help me?
    Thank you so much ??
    Elena

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @amaranthinemess,

    First off, We’d like to extend a warm welcome and thanks for using Blog Expert.

    One Quick and easier way to solve this is via CSS. Please goto Appearance >> customize >> Additional CSS and add below CSS

    body .inner-banner .col-md-8,body .inner-banner .col-md-4 {
        width: 100%;
        text-align: center;
    }
    
    body .inner-banner .breadcrumbs {
        float: none;
    }

    Hope this helps. If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Thanks,

    Thread Starter amaranthinemess

    (@amaranthinemess)

    Thank you so much, it works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bootstrap columns division title post’ is closed to new replies.