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 #2762768
Penci Text Block
Closed

Comments

  • laurenflynn1 started the conversation

    Hi guys, I just have a quick query regarding one of your features. I love how there's lines on the left & right side of the slogan text or the penci text block feature, but when I switch to mobile the lines aren't visible, is there a way to make them visible? Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me the URL for this page so I can take a look?


    Best Regards,

    PenciDesign

  • laurenflynn1 replied

    it is laurenflynncollectiveblog.com

  •  2,699
    PenciDesign replied

    Hi,

    Please make your site live to I can check it to help you.


    Best Regards,

    PenciDesign

  • laurenflynn1 replied

    my apologies, done!

  •  2,699
    PenciDesign replied

    Hi,

    Please try to add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 767px){
    .penci-block-vc .penci-border-arrow.penci-homepage-title.style-4 .inner-arrow{ margin-left: 30px; margin-right: 30px; }
    }
    

    Best Regards,

    PenciDesign

  • laurenflynn1 replied

    Thank you! That worked for the Penci Text Block but not for the slogan under the logo?

  •  2,699
    PenciDesign replied

    Hi,

    If so, please replace the code I sent to this code:

    @media only screen and (max-width: 767px){
    .penci-block-vc .penci-border-arrow.penci-homepage-title.style-4 .inner-arrow, .header-slogan .header-slogan-text{ margin-left: 30px; margin-right: 30px; }
    }
    

    Best Regards,

    PenciDesign

  • laurenflynn1 replied

    Amazing thank you so so much!!