Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1794905
Post template layout
Closed

Comments

  • saidaminhalente started the conversation

    Hey! I do not know how I'm going to explain what I want, but I'll try.
    Is it possible to use style 6 (post template layout) but leave the title as in style 4?

    I wanted to leave aligned, because when I put audio the title is on top of the player

  •  501
    Penci replied

    Hi,

    Please use style 4  and   go to Customize > Addtional CSS, add more custom code to do that:

    Layout 2 sidebar:

    @media screen and (min-width: 1440px){
    .penci-single-style-4 .penci-entry-media {
        max-width: 1430px;      width: 100%;     margin-left: auto;
        margin-right: auto;
    }
    }

    orther layout:

    @media screen and (min-width: 1240px){
    .penci-single-style-4 .penci-entry-media {
        width: 100%;
        max-width: 1110px;
        margin-left: auto;
        margin-right: auto;
    }
    }


    Best Regards,

    PenciDesign