mobile demo3 overlap on rev slider

Home Forums Legacy Support Support queries Styling issues mobile demo3 overlap on rev slider

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #50411
    YarosIK
    Spectator
    Hello, i am using demo3, This theme version uses a colored block that overlaps on the revslider. On the desktop version it looks very good (see screenshot 1) how ever on the mobile version i think it overlaps too much (see screenshot 2), how can i regulate the hight of this orange block but only for the mobile version, i would like the desktop version to says as it is thank you in advance ps: i have solved the login vs logo overlap problem that you see in screenshot 2, so don't pay attention to it ;)
    #50414
    YarosIK
    Spectator
    the website is www.dev.classpro.be
    #50490
    H.K. Latiyan
    Participant
    Use this css in your appearance->customize->custom css:
    @media (max-width:768px){
    
    .home .hometrioblock .v_module.v_column.stripe_container.fullwidth.v_first {
    
    margin-top:30px;
    
    }}
    #50592
    YarosIK
    Spectator
    thank you very much, that worked perfectly !
    #50668
    H.K. Latiyan
    Participant
    Thanks for confirming, so marking the topic as resolved and closing the topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘mobile demo3 overlap on rev slider’ is closed to new replies.