hello, how can I make it be seen 2 not only one 1 in responsive mode mobile??
As in the picture.
https://prnt.sc/pkjpwh
thank you
This topic has 12 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
hello, how can I make it be seen 2 not only one 1 in responsive mode mobile??
As in the picture.
https://prnt.sc/pkjpwh
thank you
Hello,
Please provide temporary wp-admin access.
Regards
ok
Hello,
Please set the administrator role for the user.
Regards
done
Hello,
Add a custom class and this code:
@media only screen and (max-width: 480px) {
.your-custom-class .wpb_column {
width: 50%;
display: inline-block;
}
}
Regards
where i need to put the code?
Please see screenshots – http://prntscr.com/pkkcr9 http://prntscr.com/pkkcya
Regards
I did but still do not go
You did not add the extra class – https://prnt.sc/pkkcr9 Please check one more time.
Regards
sorry for the mistake thank you very much
You’re welcome!
Regards
The issue related to '‘layout responsive mobile’' has been successfully resolved, and the topic is now closed for further responses