Okay
  Public Ticket #1096298
change layout of portfolio details pages
Closed

Comments

  • Linda Campbell started the conversation

    The item images that I'm detailing are not that large so the detail pages for portfolio items have a large gap in the center. Can I change the layout so that the text is more like a 2/3 column width and the item is 1/3 column?

  •  9,001
    Tahir replied

    Hey Again,

    Sorry for the Delay,

    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 (min-width: 1000px) {
        .single-portfolio #boxed #post-area {
            width: 32% !important;
        }
        .single-portfolio #sidebar {
            width: 66% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Linda Campbell replied

    Perfect! Thanks so much!