Page sections change

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23346
    wpcoachwpcoach
    Participant

    Hello,
    i want to rotate the entities. The cross symbol is supposed to be above and the target with the description are to be down (screenshots). I’ve tried, but the lines are not displayed. Please help.
    Thanks

    Attachments:
    #23371
    VeenaVeena
    Moderator

    You can try the below custom CSS –

    .timeline-sections:after {
        top: -25px;
    }
    .timeline-heading {
        bottom: -60px;
        position: absolute;
    }
    
    #23373
    wpcoachwpcoach
    Participant

    Thank you, but the text box is no longer centered after the change. I want to have the text box in the center. Please help.

    Before: http://screencast.com/t/hOKuUqqk
    After: http://screencast.com/t/QHRpmjrxj

    #23403
    VeenaVeena
    Moderator

    Pls change it in the code itself ie, move the heading part of the timeline to the bottom area portion and then just remove the below custom CSS –

    .timeline-heading {
        bottom: -60px;
        position: absolute;
    }
    

    Pls see the attached screenshot .

    Attachments:
    #23407
    wpcoachwpcoach
    Participant

    Perfect! Thank you very much.
    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Page sections change’ is closed to new replies.