katek8 Posted September 12, 2020 Share Posted September 12, 2020 Site URL: http://www.katejiyeonkim.com/make-it-loud-and-clear Hi, I am trying to make the first image of the page full-width. All the elements are contained within the page content box and I am unsure if there is a specific code to only have the first image full-width vs making the entire content box full-width. Does anyone have solutions? http://mcqueenmcqueen.com/thelastdavinci here is the reference website of what i am trying to achieve Thanks Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Add to Page Settings > Advanced > Header <style> main#page { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; max-width: 100%; } main#page .columns-12 .span-12>div:not(:first-child) { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 3vw; padding-right: 3vw; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.