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 #1957084
WPBakery font size & eidget headings
Closed

Comments

  • Foppes1410 started the conversation

    Hi guys,

    brilliant theme, but there are two things I am a bit puzzled.

    When working with the WPBakery Editor I can't change the font size. I'd like to work with different sizes within one page which doesn't work. Whenever I copy & paste the text from another source (Gutenberg and/or word) it keeps the font size, but then again, I can't change it afterwards.

    Related URL is the testpage

    Another thing I am not able to figure out is how to change the sidebar widget headings. When I chose a new design in the customizer, even if it's "text only", nothing happens.

    Cheers

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

    1/ If you're looking to change font-size for this heading: http://prntscr.com/n5z584

    Please try add more this code to Customize > Custom CSS to change it:

    .penci-page-header h1{ font-size: 28px; }

    Change number 28 to any value as you want.

    If you looking to change font size for text below it, please install this plugin to get more options for change font size for "Text Block" on WPBakery Page Builder.

    2/  I see it already changed to Style 6: http://prntscr.com/n5z6fu

    Please make sure you clearly all the cache before check it again.


    Best Regards,

    PenciDesign

  • Foppes1410 replied

    Perfect, thank you. One more question. As for the sidebar below, is there any chance to move it to the left side? I have already ticked the box for "Enable Sidebar on the left", but it doesn't move.

    Thanks again.

  •  2,699
    PenciDesign replied

    Hi,

    Strange, I see that option still working fine.

    Have you check to Customize > General Options > "Enable Left Sidebar"?


    Best Regards,

    PenciDesign

  • Foppes1410 replied

    Yes, I did. If you compare it to http://www.dasistsingapur.de/singapur-von-a-z/ - there it works pretty well. The only difference I can see is, that this page uses the "Standard Template" and the Page mentioned below uses the "page VC builder with sidebar" template.

    Is there also an option to change the width of the sidebar?

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please send me your admin url and admin account ( username and password ). In a private reply. I will take it a look on this.

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

    @media only screen and (min-width: 1170px){
    .penci-sidebar-content{ width: 26%; }
    .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ width: 74%; }
    }
    

    Change values 26 & 74 to any values as you want. Make sure total of that 2 values is 100.

    E.g:   

    25   and  75 

    or  

    24.5 and 75.5


    Best Regards,

    PenciDesign

  •   Foppes1410 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I just updated the theme to latest version and seem it's working now.


    Best Regards,

    PenciDesign