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 #2081369
Categorys
Closed

Comments

  • Markus started the conversation

    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.

  •  2,699
    PenciDesign replied

    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 replied

    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}

  •  2,699
    PenciDesign replied

    Hi,

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


    Best Regards,

    PenciDesign