Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875249

    enijdam
    Participant

    Hello,

    I’d like to make the text column’s wider for my portfolio items (see example below), which I’m using for my business’s services. I’d like the text to go all the way under the social media icons.

    http://smittenstateweddings.com/portfolio-item/custom-ceremony-450/

    Thank you!

    http://smittenstateweddings.com
    Wordpress Version: 4.4.2
    X-Theme Version: 4.4.1
    Cornerstone Version 1.2.2

    #875797

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To make the text in the portfolio items wider, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-portfolio .entry-info,
    .x-portfolio .entry-extra {
        float: none;
        width: 100%;
    }

    Please let us know if this works out for you.