• Hello,
    I would like to center all page titles. None of the following has worked:
    h1.trail-title {
    float: none !important;
    text-align: center !important}

    .breadcrumb-trail.breadcrumbs {
    float: none !important;
    text-align: center !important}

    nav#flash-breadcrumbs.breadcrumb-trail.breadcrumbs{
    float: none !important;
    text-align: center !important}
    Thanks,
    Lilia

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    Since, your site is down it’s quite difficult for us to give you a proper solution. However, you may try using below Additional CSS:

    .breadcrumb-trail.breadcrumbs .trail-title {
        text-align: center;
        float: none;
    }

    If this does not give you a solution could you rewrite the link once the site is running?

    Good Day,
    Best Regards.

    Thread Starter liliaf1

    (@liliaf1)

    Hello,
    I gave it a try and even added !important, but it didn’t work. The site is live if you want to have a look.
    Thanks,
    LF

    Thread Starter liliaf1

    (@liliaf1)

    Actually, it worked, thanks!

    Hey,

    Glad to know it worked. It was a pleasure helping you out. Also, we hope you liked Flash theme if so, you can help us by leaving a review here: https://ww.wp.xz.cn/support/theme/flash/reviews/

    Do let us know if you have any further query regarding our theme. We will try to reach you soon.

    Good Day,
    Best Regards. 😀

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Realign Page Title’ is closed to new replies.