Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252984
    melman
    Participant

    Suddenly both the text & social-icons moved more to the middle. How do I move them closer to the sides?

    I have this in my custom.css

    /** Color of topbar font**/
    .x-topbar .p-info, .x-topbar .x-social-global a {
    color: white;
    }
    .x-navbar .x-brand {

    margin-left: 100px;
    }

    Honestly I don’t know why i have “margin-left” a lot of the custom.ccs I’ve used I’ve found by googling. What does it do?

    Thanks 🙂

    #1253050
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To move the topbar content and the social icons closer to the side, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-topbar .x-topbar-inner {
        width: 96%;
        max-width: 100%;
    }

    And to assist you better with this issue, we’ll first need you to provide us with your URL of the page in question. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thank you.

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