Okay
  Public Ticket #660279
Portfolio Header Off-Centred
Closed

Comments

  • Claud started the conversation

    Hey,
    I recently updated to the latest version (7.0.6), and with that I also recently changed to using the Ascent style. I've noticed that the titles for my portfolio items are now off centred. They are too much to the left, almost as if there was a sidebar. Is there anything that can be done to correct this?

    You can see what I mean here and all our other portfolio items:
    http://dreamnation.co.uk/media/raffaele-russo/






  •  8,992
    Tahir replied

    Hey ,

    Seems centered to me : http://prntscr.com/a0o49i . Are you seeing something else ? .

    Best.


    ThemeNectar Support Team 

  • Claud replied

    They is really odd as I am seeing something different.

  •  8,992
    Tahir replied

    Hey Again,

    What screen size are you getting this on ? .

    Bes.t


    ThemeNectar Support Team 

  • Claud replied

    Hey,
    Its a 13 Inch MacBook Pro

  •  8,992
    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) :
    @media only screen and (max-width: 1300px) and (min-width: 1000px) {
        body.single-portfolio .row .col.section-title h1 {
            width: 100% !important;
        }
    }

    Bes.t



    ThemeNectar Support Team 

  • Claud replied

    Thank you this fixed my problem :)