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 #1877191
Post style
Closed

Comments

  • kaystie started the conversation

    Hi!

    1. How do I control the amount of padding/whitespace between the menu header and post title?  (attachment 'post whitespace...')

    2. How to move category to the rest of post metadata under the title? (attachment 'post whitespace...')

    3. Is it possible to show picture first, title+metadata second?

    4. Is it possible to have all metadata in a single line on mobile (attachment 'mobile post...') 

    Credentials for staging website (use copy-paste):

    login: guest

    pass: Г0сть

    Many thanks in advance!

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please add more this code to Customize > Custom CSS to do that:

    body.single #header{ margin-bottom: 30px; }

    2/ Sorry this theme doesn't support this feature.

    3/ Please check options for it via Customize > Single Post Options > Move Categories, Post Title, Post Meta To Bellow Featured Image

    4/ Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 479px){
    .post-box-meta-single span { display: inline-block; margin-right: 10px; }
    }

    Best Regards,

    PenciDesign

  • kaystie replied

    That was really hellpful, thank you for a great job!