This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi Pankay Sharma,
now it’s fantastic, but the drop menu is hide when it is open, I try whith z-index in custom.css but does’t work.
And can you explane me how I could change margin top in small screen.
thank you for you patient.
Hi
To apply style for different screen sizes you can follow the Media query option .
Here is doc .
For z-index issue , kindly modify the older code with this code
@media screen and (min-width: 768px) {
.t3-sl-1 {
position: absolute;
top: 200px;
z-index: 9;
padding-top: 0px;
}}
It will solve the problem .
This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum