Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381820
    Teki Design Group
    Participant

    Hi, I’ve been trying to move the header logo farther to the left. I’ve gone thru several posts and tried several different css codes and nothing seems to work. I want it to be more in to the end of the page instead of off centered like it is now. the url is universalsalonsuites.com

    Thanks

    #1382145
    Friech
    Moderator

    Hi There,

    Thank you for writing in! First please remove the block of code below on your custom CSS because that is a JavaScript, any CSS you added underneath that will not work. So moved that on Custom > JavaScript.

    jQuery(function($) {
          $('.x-btn-navbar').on('click', function(){
              $('.x-nav-wrap.mobile').slideToggle("slow");
    });
    });

    Then regarding your logo, please add this custom CSS

    .x-navbar-inner .x-container.max.width {
    	width: 100%;
    	max-width: 100%;
    	padding-right: 12.5%;
    }

    Hope it helps, Cheers!

    #1387657
    Teki Design Group
    Participant

    Thank you! That worked perfectly. Your support is the best

    #1387703
    Rahul
    Moderator

    Thank you!

    Feel free to ask us again 🙂

    Cheers!

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