Hello,
The portfolio pages do not seem to be responsive.
Please see here: http://hummingbirdhall.org/Weddings/wedding-wedsites/.
When the screen is minimised/made smaller the page does not adjust.
Thank you.
Hello,
The portfolio pages do not seem to be responsive.
Please see here: http://hummingbirdhall.org/Weddings/wedding-wedsites/.
When the screen is minimised/made smaller the page does not adjust.
Thank you.
Hi kizuri,
Try to add this code on your Quick CSS or custom.css:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.eight.units.alpha.min_height_1 {
margin-left: 30px;
margin-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.post-entry .four.units {
display: block;
float: none;
}
}
Hope this helps. :)
Regards,
Ismael
Thank you!
Hi kizuri,
Glad we could help. :)
Cheers,
Ismael
You must log in to post.