New Landing How can we help? Atelier Hero Tabbed – Title & Breadcrumb issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #206451
    CorsaDesign
    Member
    Post count: 3

    Hi,
    1) When I’m using the hero tabbed page option the page title and breadcrumbs are overlapping
    2) On tablet size the hero tabbed title and breadcrumbs also overlap
    3) With mobile size the top of the title gets cut off

    Any advice would be great, thanks

    Attachments:
    You must be logged in to view attached files.
    #206545
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #breadcrumbs span{
    font-size: 12px !important;
    }
    @media only screen and (max-width: 1024px) {
    #breadcrumbs{
    position:inherit !important;
    }
    }

    Thanks
    Mohammad

    #207825
    CorsaDesign
    Member
    Post count: 3

    Hi, that sort of works but still off on the mobile view (cuts the top line off)

    Same sort of thing happens with the Hereo header

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #207841
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .fancy-tabbed-style .page-heading.fancy-heading .heading-text {
        padding: 0px 20px !important;
    }
    
    .page-heading-breadcrumbs.fancy-heading .heading-text[data-textalign="left"] #breadcrumbs {
        right: 0px !important;
    }
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register