prtksxna / zuari

🏞 Wordpress theme for the stream of your life
https://wordpress.org/themes/zuari/
GNU General Public License v2.0
17 stars 3 forks source link

This post causes horizontal scroll #95

Open siddharthashok opened 4 years ago

siddharthashok commented 4 years ago

https://prtksxna.com/2019/07/11/zuari-on-wordpress-org/

Play around with margins for .alighnfull class

.content__body .alignfull {
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 49vw);
}