Okay
  Public Ticket #488608
portfolio layout
Closed

Comments

  • jonas started the conversation

    where can I change the proportion for the image/text, I want the image smaller and the text part wider

  •  9,028
    Tahir replied

    Hey ,

    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 #post-area {
        width: 66.5% !important;
    }
    
    
    .single-portfolio #sidebar {
        width: 33.5% !important;
    }

    Thanks



    ThemeNectar Support Team 

  • jonas replied

    top, thank you