Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311444
    David
    Participant

    hello support,

    I am currently customizing the xtheme as a full-width site. But, I get confused with configuration.

    my goal is to customize a full-width site by template integrity 9.

    one problem I am encountering is I can’t set this site as a full-width site from customizer(layout section), even I set it as full width from layout section.

    The second question is, is it possible to add animation to the sticky menu when scrolling down the page? Right now, I am using the ubermenu plugin from the package.

    thanks

    #1311513
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. 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.

    #1312123
    David
    Participant
    This reply has been marked as private.
    #1312198
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the url. Upon checking it is already fullwidth. Could you please clarify and maybe provide some screenshots or example url on what you really have in mind? In the meantime, please check out page templates because using page templates, you can have a fullwidth page with or without a container. To know more about page templates, you can check it here: https://community.theme.co/kb/page-templates/

    Hope this helps.

    #1312211
    David
    Participant

    hi,
    thanks, fo the reply,
    But the ubermenu is not full width now, how to make a full-width ubermenu and remain home search etc untouched? I mean the home and search button stay in the middle?

    thanks!

    #1312239
    Rupok
    Member

    Hi there,

    In that case, you can add this under Custom > CSS in the Customizer.

    .x-navbar-inner .x-container.max.width {
      max-width: 100%;
      width: 100%;
    }
    
    .x-navbar .ubermenu-main .ubermenu-nav {
      margin: 0 auto;
      max-width: 1000px;
    }

    Hope this helps.

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