Okay
  Public Ticket #1011859
Page title alignement
Closed

Comments

  •  2
    Steve started the conversation

    Hi is it possible to align the page title in a portfolio item to left or right (and not in the middle of the page) ? 

  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .single-portfolio .row .col.section-title h1 {
        text-align:left !important;
    }
    /* Or */
    .single-portfolio .row .col.section-title h1 {
        text-align:right !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Steve replied

    thanks, it almost works but isn't aligned with the content underneath ...any possibility to fix that ?

    see here: http://6e9dd16d25.testurl.ws/portfolio/pedelec/

  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #full_width_portfolio .row .col.section-title {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Steve replied

    thanks works like a charm !!