New Landing How can we help? Atelier To indent hero title text, adjust sidebar position on half/half split post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #226110
    sorelh
    Member
    Post count: 169

    Hi

    1. How do I indent my fancy heading text on the hero page heading? The text currently sits on the far left of the screen but I would like it to move 100px to the right. (screenshot attached, the text is Consultations)

    2. On the half/half split post page, how can I adjust the sidebar widget (search, archive etc) so that it sits on the right of the right half page and not next to the centre of the page (screenshot attached).

    3. Is there a way to have post navigation (newer post, older post) at the top of the right hand text page above the post text and title instead of over the image?

    Thanks

    Sorel

    Attachments:
    You must be logged in to view attached files.
    #226173
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your issues.

    1) Add the code below to your custom css option

    .fancy-style .fancy-heading .heading-text>h1 {
        margin-left: 100px;
    }

    2)Add the code below to your custom css option

    .hero-content-split .right-sidebar.col-sm-3 {
        float: right;
    }

    3) It’s not possible by default and isn’t possible only with css, it already a certain customization that is outside our support scope.

    -Rui

    #226181
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #226185
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one.

    .hero-content-split .right-sidebar.col-sm-3 {
         width: 50%!important;
    }

    -Rui

    #226201
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #226236
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register