Okay
  Public Ticket #2229036
Portfolio V1 layout
Closed

Comments

  • Dante started the conversation

    How do I adjust the layout of Portfolio Single V1 so that the text content on the left of the page takes up 30% and the images on the right of the page take up 70%?

  •  675
    Neuron replied

    Hi Dante,

    Please add the following style in Theme Options > Custom CSS.

    .project-single .col-md-5 {
        width: 30% !important;
    } .project-single .project-photos {
        width: 70% !important;
        margin-left: 0 !important;
    }

    Feel free to ask for anything you need.

    Kind regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.