Skip to content
Public Ticket #8077

Maximum image size and single page title padding.

Conversation thread

PenciDesign replied

Staff Reply

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

PenciDesign replied

Staff Reply

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

Customer Reply

1. Alright.

2. I will try it.

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

Sorry for the bump

PenciDesign replied

Staff Reply

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

PenciDesign replied

Staff Reply

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

Customer Reply

4. Edit thumbnail size

wyk99 replied

Customer Reply

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

wyk99 started the conversation

Conversation Start

1. How to set a maximum size for images?

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

Want to join this conversation or access attachments? Sign in first.