Okay
  Public Ticket #1103756
Left align portfolio title
Closed

Comments

  •  6
    ida started the conversation

    Hi,

    I've added css code to left align the title on single portfolio page, and added 0px padding. It works fine on bigger screens, but on 13", or tablet, or phone the title has padding on the left. Is there any additional code that I need to add?

    Thanks!

    Ida

  •  9,001
    Tahir replied

    Hey Again,
    Hope you had a Great Weekend,

    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) {
        #page-header-bg .span_6 h1 {
            margin-left:0 !important;
        }
    }

    Thanks



    ThemeNectar Support Team