[Resolved] Aligning page title with Elementor Pro

Home Forums Support [Resolved] Aligning page title with Elementor Pro

Home Forums Support Aligning page title with Elementor Pro

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1157545
    Kristin

    Hi,

    I don’t know what happened last night, but since I woke up tomorrow there is something weird changed in my generatepress/elementor. It looks like my breadcrumbs and page title are not aligning with the elementor section.

    Screenshot

    I don’t know what happened and if this is a generatepress setting or a elementor setting. I would say a Generatepress setting, but i’m not sure.

    Anyone recognize this?

    #1157598
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to a page where i a can see the issue ?

    #1157642
    Kristin

    Hi David,

    Sure, take a look here. It appears on all pages

    #1157762
    David
    Staff
    Customer Support

    Can you check what Padding you have set in Customizer > Layout > Container ?

    #1157783
    Kristin

    I did, and both (left and right) are 0. When I change it the content moves, but the breadcrumbs and page title stay at the same place..

    #1157808
    David
    Staff
    Customer Support

    The Travel Payouts plugin is adding CSS which includes padding to the entry-content class which creates a small problem when using the theme padding options.

    Add this CSS to apply the same padding to title and breadcrumb:

    @media (max-width: 1280px) {
    
        .rank-math-breadcrumb,
        .rank-math-breadcrumb+.entry-header {
            padding-left: 3%;
            padding-right: 3%;
        }
    }
    
    @media (max-width: 1340px) and (min-width: 1281px) {
    
        .rank-math-breadcrumb,
        .rank-math-breadcrumb+.entry-header {
            padding-left: 5%;
            padding-right: 5%;
        }
    }
    #1157814
    Kristin

    Thank you so much David! It works 🙂

    #1157820
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.