Hello,
I need to adjust the width of the header taken in account the hardware profile : phone, tablet, desktop
I read :
My code work well on the phone but I have an issue on the desktop version : the width is 100 % and not 1200 px (!)
I have edited the LAYOUT.CSS file with :
#ipsLayout_header {
.ipsApp .ipsResponsive_showDesktop{ width: 1200px;
position: relative;
margin: 0 auto;
}
.ipsApp .ipsResponsive_showTablet{ width: 100%;
position: relative;
margin: 0 auto;
}
.ipsApp .ipsResponsive_showPhone{ width: 100%;
position: relative;
margin: 0 auto;
}
}
Thank you for your support,
Frederic
Phone
Desktop