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 #2141672
Topbar options - mobile/tablet
Closed

Comments

  • Triboodata started the conversation

    Hello,

    I was wondering if it's possibile to display in the topbar on mobile devices the post titles stream with autoplay (as on desktop devices) instead of the social icons.

    From the theme options it doesn't seem to be possibile.

    I tried to use some custom css, changing the display parameters of the 

    .headline-title,  .penci-headline-posts and  .penci-topbar-social but I didn't get any result.

    Can you help me? Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Please remove all your Custom CSS you did before and try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 960px){
        .penci-top-bar{ text-align: left; }
        .penci-topbar-social{ display: none; }
        .penci-headline-posts{ display: block !important; margin-left: 68px !important; }
        
    }
    

    Best Regards,

    PenciDesign

  • Triboodata replied

    It works perfectly, thank you! Just another issue I need to solve: I set 12 as number of post to display for category pages (style Grid Masonry Posts) in homepage options, but it still loads just 9 posts (http://socialstageaut.wpengine.com/category/vicino-a-te/piemonte/). Is there any other option to set?


    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    For change number posts for display on category pages, you need change it via Dashboard > Settings > Reading > Blog pages show at most


    Best Regards,

    PenciDesign

  • Triboodata replied

    Thank you!