Skip to content
Public Ticket #8719

Categorys

Conversation thread

PenciDesign replied

Staff Reply

Hi,

You can keep it or remove it - no problems with this. 

Best Regards,

PenciDesign

Markus Bergman replied

Customer Reply

Thank you so much! I will talk to our developer so he can do all custom css. Just one short question, I had these line of codes written in custom css, should I keep them, what are they doing? Are they added by default?

.grid-post-box-meta span, .grid-post-box-meta a {font-size: 12px}

.widget ul.penci-feed-2columns li .side-item .side-item-text h4 a {font-size: 12px}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {font-size: 12px}

PenciDesign replied

Staff Reply

Hi,

1/ To do that, please add more this code to Customize > Custom CSS:

@media only screen and (min-width: 767px){
    .home-featured-cat-content.style-7 .penci-grid > li{
        width: 48.05%; margin-right: 3.9%;
    }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(3n+1) {
        clear: none;
    }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(2n+2){
        margin-right: 0;
        clear: none;
    }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(2n+1){
        clear: both;
    }
}

Note Important:

I see you did too much wrong custom css on your site - that make your site look broken on mobile - you need to control it because we will doesn't provide support for fixed issues related with customers override the codes inside the theme. As I recommend you before, you should hide a web developer to do the customization as you want if you don't want to destroy your site by bad custom css.

2/ This button just allow for posts in "Latest Posts" - we don't supports for display it on Featured Categories.

For featured categories, you can enable "View All" button via Customize > Homepage Options > Enable "View All" link for Featured Categories in Magazine Layouts

Best Regards,

PenciDesign

Markus Bergman started the conversation

Conversation Start

Hi! I'm trying to change the categories on my site to be like http://soledad.pencidesign.com/soledad-game-blog/

The two issues I have is that I can't get "speltips" to be two posts, and then another two posts. Right now there is three posts per row, I want two.

I also want to add the pink "READ MORE" button again but I can't find any options for it. Speltips and gamingprylar are both featured categories.

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