Okay
  Public Ticket #890667
Setting page title/sub div max width
Closed

Comments

  •  2
    Robin started the conversation

    Hello as you can see the subtitle width is too wide, can I set a maximum width for title/subtitle container? ONLY for this page. So that it will be still left aligned, but only fill about 3/4 of the width of the header. 

    Thanks! :)

  •  2
    Robin replied

    hello any news on this? Thanks again. 

  •  8,996
    Tahir replied

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

    .page-id-6426 #page-header-bg .span_6 {
        width: 75% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Robin replied

    Great thank you, tried on the home page as well: http://66.147.242.86/~wearese2/

    .page-id-6216 #page-header-bg .span_6 {

        width: 75% !important;

    But it's aligned left, what is the correct code for align centre? ta

  •  8,996
    Tahir replied

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

    .page-id-6216 #page-header-bg .span_6 {
        width: 75% !important;
        margin:auto !important;
        float: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Robin replied

    Brilliant thank you