Okay
  Public Ticket #210818
Project title and navigation - right justify
Closed

Comments

  • Richard started the conversation

    Hello,

    I was wondering if there was a way to make the project title, next, previous and back to portfolio buttons all right justified? 

  •  8,839
    Tahir replied

    Hey Richard!

    You can justify the title with css but moving the buttons and arrows is not that easy.

    body.single-portfolio .row .col.section-title h1 {
        text-align: right;
    }
    

    Thanks


    ThemeNectar Support Team