I have some custom text in the extra info section above my header on the right hand side. I would like to move it over to the left and align it the way it is on my iPad screen. It used to be aligned correctly so not sure what happened. Might have been after one of the updates. Thanks!
Hey!
Try adding this code to the Quick CSS:
.av_phone_active_left .phone-info{
width: 100%;
position: relative;
}
Cheers!
Josue
Thats did it! Thank you! Resolved.