Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144368
    Arthur
    Participant

    Hi guys

    First, thanks for the great job you have done with X theme !

    I have 2 small problems and can’t figure out how to fix them :

    #1 – I’ve used a Text Widget in the footer. It is an “About” section with a picture. I’d like to center it like in http://demo.theme.co/integrity-10/. I’ve tried to use “margin: auto !important” everywhere but nothing changed.

    #2 – Surprisingly, I can’t change the Font-family. I’d like to use “The Girl Next Door” font, also like in the integrity-10 theme demo. But while I have changed it in the Custome CSS, nothing happen.

    Any idea ?

    My website : http://www.senegrain.fr
    Cornerstone : 1.3.1
    X : 4.6.1
    WP : 4.6

    Thanks

    #1144729
    Joao
    Moderator

    Hi There,

    1- Please add the following code to Appereance Customizer Custom CSS

    .textwidget {
    margin: auto !important;
    }
    

    2- Are you trying to implement on your whole website? You changed in Customizer Typography and it didn“t work?

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Hope it helps

    Joao

    #1145289
    Arthur
    Participant
    This reply has been marked as private.
    #1145834
    Friech
    Moderator

    Hi There,

    #1 Use this code instead.

    footer #text-2 {
        max-width: 600px;
        margin: 0 auto;
    }

    #2 Add this on top of your child theme’s style.css file.

    @import 'https://fonts.googleapis.com/css?family=The+Girl+Next+Door';

    Then add this on your custom CSS. Either on Customizer or child theme’s style.css

    footer #text-2 p {font-family: "The Girl Next Door",cursive;}

    Hope it helps, Cheers!

    #1146105
    Arthur
    Participant

    It works well.

    Thanks a lot !

    Arthur

    #1146187
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1144368 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>