Okay
  Public Ticket #1164576
Change width of the portfolio items layout.
Closed

Comments

  • albinbenny started the conversation

    hello, how can i control the width of the portfolio items. i can either set full width or custom theme width. i want the portfolio items to be displayed at 70% of my screen. 

  • [deleted] replied

    Hi albin

    You can use Custom CSS to adopt the width of all portfolio items at one shot.

    .single-portfolio .container {
        width: 90%; 
    }
    
  •   albinbenny replied privately
  • [deleted] replied

    Hi there,

    Can you try using this CSS instead:

    .portfolio-container-and-title.full-width-portfolio {
        width: 70% !important;
        margin: 0 auto !important;
    }

    Thank you.

  • albinbenny replied

    Thank you. it did the trick. 
    Can you also please help in one query. i need  portfolio type layout in on my blog posts. i need to display images like in portfolio on a page newly created us blog. How can I achieve that without using 3rd party plugin. i like the present portfolio layout and want that continuity in my pages. 


    thanks a lot

  • [deleted] replied

    Hi albinbenny

    Please consider reading the article we wrote about Blog Type possibilities.

    We will set this ticket solved from here.

    If you have further questions please open a ticket.

    Thank you.