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 #1710388
Block 31 Mobile Title
Closed

Comments

  •  1
    trustbuilt started the conversation

    Hi,

    I am using content blocks 31 and 5.  The post titles are smaller on the mobile for block 31 than they are for block 5.  Is there setting that I am missing for block 31 titles that is causing them to appear smaller on the mobile than the block 5 titles?

    Thank you.

  •  501
    Penci replied

    Hi,

    Please send me: 

    Your admin url

    -Yout admin acount( username and password )

    In private reply. I will check it help you.


    BestRegards,

    PenciDesign

  •  1
    trustbuilt replied

    I am sorry Sir, I'm not sure why I need to send you all of that.  The titles are smaller in block 31 than in block 5 on mobile only.  Is there any way that can please just tell where I fix that in the settings?  Or, are the mobile titles in block 31 supposed to be smaller than in block 5?  

    Thank you very much.

  •  501
    Penci replied

    Hi,

    I just want to know for sure the cause of the issue.

    On the mobile title block 31supposed to be smaller than in block 5.

    Please   add more this code go to customize -> Addtional CSS  to do that:

    Mobile

    @media screen and (max-width: 480px){
     .penci-block_5 .penci__post-title,
     .penci-block_31 .penci__post-title, .penci-block_31 .block31_big_item .penci__post-title {
         font-size: 18px !important; 
     }
    }

    Tablet

    @media screen and (max-width: 768px){
     .penci-block_5 .penci__post-title,
     .penci-block_31 .penci__post-title, .penci-block_31 .block31_big_item .penci__post-title {
         font-size: 18px !important; 
     }
    }


    Change font size 18px on the above code to any font size  you want.

    Best Regards,

    PenciDesign