Tagged: full width
Hi all,
I am trying to het my color sections on full width on mobile..
– I have set container layout at 100% in lay out theme
– Gave the color section an ID : portfolio
– Put in css code advised on this forum :
@media only screen and (max-width: 990px) {
#portfolio .container { width: 100%; }}
Nothing happens after following above steps.
https://ibb.co/c3gQnSF
https://ibb.co/YhcVS7R
https://ibb.co/q0kyCqQ
Am I missing something.
Thanks so much for your help
Regards
Mike
Hey pipinvest01,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria,
I am so sorry for the late reply.
The page is http://marketchecker.info/
thanks in advance
Mike
Hi,
I changed the code to following one
@media only screen and (max-width: 990px){
#portfolio .container {
width: 100%!important;
max-width: 100%!important;
}
#portfolio .content {
padding: 0;
}}
Please review your website :)
Regards,
Yigit
Thats great, all good now.
Many thanks and happy hollidays !