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 ;)
the website is www.dev.classpro.be
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;
}}
thank you very much, that worked perfectly !
Thanks for confirming, so marking the topic as resolved and closing the topic.