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 #2007530
Maximum image size and single page title padding.
Closed

Comments

  • wyk99 started the conversation

    1. How to set a maximum size for images?

    2. How to set the padding buttom for the single page title

  • wyk99 replied

    3. I can't disable the social icons in the navigation in mobile.

  • wyk99 replied

    4. Edit thumbnail size

  •  2,699
    PenciDesign replied

    Hi,

    1/ Can you tell me where do you want to set maximum size for images?

    2/ What's single post style you're using? Please show me your site url to I can take it a look.

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

    @media only screen and (max-width: 480px){
    .main-nav-social{ display: none; }
    }
    

    4/ What the size you want to edit for?


    Best Regards,

    PenciDesign

  •   wyk99 replied privately
  • wyk99 replied

    Bump

  •  2,699
    PenciDesign replied

    Hi,

    1/ When you insert the image to inside content posts - you can select the size for images here

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

    .container-single .single-post-title{ padding-bottom: 10px; }
    

    Change value 10 to any value as you want.

    3/ Ok.

    4/ What's the size you want to edit to? Example: 500 x 500px

    In next times, please don't need to put a bump - it doesn't solve anything. It will make your ticket move above on queues and you will get answer slower.

    Best Regards,

    PenciDesign

  • wyk99 replied

    1. Alright.

    2. I will try it.

    4. Yea 500 x 500, do I need to add custom css?

    Sorry for the bump

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change the size to vertical, you can check options for it via Customize > General Options > Featured Image Type > select "Square"


    Best Regards,

    PenciDesign

  •   wyk99 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ Ahh, that's not main navigation - that's social media on Mobile Vertical Nav. Please check option for hide it via Customize > Logo and Header Options > Disable Social Icons on Vertical Mobile Nav

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

    @media only screen and (min-width: 768px){
    .container.penci_sidebar .penci-grid > li.list-post{ position: relative; }
    .penci-grid li.list-post .item .content-list-right{ position: absolute; left: 0; top: 50%; transform: translateY(calc(-50% - 30px)); -webkit-transform: translateY(calc(-50% - 30px)); }
    }
    

    Best Regards,

    PenciDesign