Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #146503
    Diane
    Participant

    Hi
    I have a video header which is working fine on the website but it is too large. It was built with Content Samurai and they say that the size should be able to be adjusted in the theme but I can’t seem to find where or how. Also it does not work on mobile at all. I have therefore put a static header. Is there any reason it won’t work on mobile?

    The sidebar I have created for my front page has nav menus. The spacing is awful and I would like to reduce it. Please could you give me the css to do this?
    site is at http://cassowarycoastlife.com.au

    Any help would be appreciated. Thanks

    #146533
    Skandha
    Participant

    @diidunlop: You can adjust the header video using a bit of CSS Code. Header video not working in mobile devices is an expected behavior and not a bug. This is to save you bandwidth if a site is loading a massive video while you’re not connected to wifi.

    Do you mean the nav menu below the site title??

    Kind Regards,
    Skandha

    #146935
    Diane
    Participant

    Hi Skandha
    Yes – the spacing between the items on the nav menu below the site title. I would be grateful too if you could give me an example of what I should put in the CSS code. Is there anyway to add another menu at the top of the Hero image?
    Thanks so much!
    Kind regards
    Dii

    #146939
    Diane
    Participant

    Hi, Thanks I have figured out the CSS for the video! Looking much better. Now just need to fix the nav menu and add the other one 🙂

    #147118
    Skandha
    Participant

    @diidunlop: You seem to have a lot of menu items.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation li {
    	display:unset !important;
    }
    
    .menu-toggle-wrapper {
    	display:block !important;
    }

    Let me know if this works out for you!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hero video is too large – how can I reduce video size? + Nav menus in Widgets’ is closed to new replies.