Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #2046195
Page Title left align
Closed

Comments

  • BigThinkers17 started the conversation

    Hi

    The client want to removed the page name and have the breadcrumb trail left aligned.

    I've found the setting to remove the page name but can't see how to left align the rest of the information - is there a way to do this?

  •  531
    OrionThemes replied

    Hi,

    Dentalia supports three different page title layouts, one of them is left aligned. Each of the page title layouts has its own style settings.
    There is a proper solution and there is an easy solution to this issue.

    So the proper solution would be to:

    1. Theme Options Settings
    In Theme Options -> Page Title -> Left Aligned uncheck 
    "Display heading on Left Aligned page titles?" option.
    In Theme Options -> Page Title set the Left alinged page title as default (3rd image)

    6049304403.jpg

    2. Page settings
    Edit each of the old pages and set the Choose heading to "Left". This way instead of classic page title, the left aligned page title will be used.

    1793343786.jpg

    Alternative solution:
    You can use this CSS (paste it in the theme options -> Custom CSS), which will force align left the breadcrumbs in the page title.

    @media (min-width: 992px) {
    .page-heading .desktop-right {
        float: left;
    }
    }

    Kind regards,
    Andrej