Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341784
    Max K
    Participant

    How can I hard code the theme? How do I get in there?

    #1341802
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Regretfully, at this time I am not entirely certain what it is you’re trying to do.
    If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do. We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks for understanding!

    #1341924
    Max K
    Participant

    Hi there,

    I am just trying to find a few custom java functions that someone before me added to the site. I don’t see them in the customize section.

    #1341936
    Max K
    Participant
    This reply has been marked as private.
    #1342044
    Joao
    Moderator

    Hi Max,

    You don´t need to hardcode anything for that.

    On Cornerstone you can add margins to your column where the video is placed add 20% each side.

    Let us know how it goes,

    Joao

    #1342088
    Max K
    Participant
    This reply has been marked as private.
    #1342128
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .masthead-stacked .mobile .x-nav {
        background: white;
        padding: 20px;
    }

    Hope it helps

    Joao

    #1342138
    Max K
    Participant

    This is great except I have a stacked to inline logo.

    When I scroll the menu is still translucent.

    #1342143
    Max K
    Participant

    I actually just took out ‘stacked’ and it worked!

    Thanks for your help.

    #1342152
    Joao
    Moderator

    🙂

    Glad to hear it.

    Joao

    #1342177
    Max K
    Participant

    Is there any way to remove the unwanted space between the menu button and the dropdown that follows it after you click, on mobile?

    #1342198
    Max K
    Participant

    I am still attempting to make my home screen video a tiny bit smaller, do you know how i can do this in the custom css or java?

    #1342483
    Darshana
    Moderator

    Hi there,

    With regard to mobile menu spacing, you can add this under Custom > CSS in the Customizer.

    
    .x-navbar .mobile .x-nav > li.x-menu-item-search {
        margin-top: 0;
    }
    

    For the video, try adding the following CSS rule.

    
    .x-video.bg, .x-video.bg .x-video-inner {
        max-height: 80% !important;
    }
    

    Hope that helps.

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