Styling Issues

Home Forums Legacy Support Support queries Styling issues Styling Issues

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #353281
    Hi there. 1) I have a discrepance between the layout of course categories in the demo 14: https://www.screencast.com/t/8viGdekZL1 and what it looks like in reality: https://www.screencast.com/t/1xw70BshBVc It used to work for a short time, but after one of the updates it got lost again. 2) Than there is an issue with the course pictures. They are all connected, but sometimes after I change the curruculum, they are gone again on the customer site. A bug? 3) Also styling: The loggedin Menu gets stuck behind the top level menu background: https://www.screencast.com/t/6SYsk4B0K4 How can I bring it to the front? And: how can I get the Login Widget from the first to the second menu line? https://www.screencast.com/t/ad7CYe0B7 Best, Daniela
    #353508
    Ada
    Participant
    Hi, Add the below code in apearance>>customize>>custom css 1-
    
    .home-page .taxonomy_carousel .slides img {
        width: 8vw !important;
        margin: 0 auto;
        padding: 2vw;
    }
    .home-page .taxonomy_carousel .slides li a {
        background: #00000036;
        border-radius: 6vw;
        height: 10vw;
        width: 10vw !important;
        transition: all .3s;
    }
    .home-page .taxonomy_carousel .slides .term_name span {
        position: absolute;
        top: 7vw;
        font-size: 1vw;
    }
    
    3- below code
    
    .user_menu.active {
        z-index:999999 !important;
    }
    
    To bring the login to main mnu you will need to change header style from appearance>>customize>>header.
    #353914
    This reply has been marked as private.
    #353946
    Ada
    Participant
    Hi, For the course image issue, Try setting course directory and course layout to blank from appearance>>customize>>layouts Else try adding course demo video then check https://drive.google.com/file/d/1VCVPXBeKIpUlLaUUxmhr8ipPRlsD3X6O/view Please create new topic for new issues with screenshots where you want customization.
    #374264
    This reply has been marked as private.
    #374343
    Veronica
    Moderator
    you also need to apply this: header { z-index: 0 !important; } refer: http://prntscr.com/1yvt634
    #374514
    okay, that worked, thank you.
    #374548
    Veronica
    Moderator
    good to know this helps you closing this one
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Styling Issues’ is closed to new replies.