By default, when the company logo is added, it is center aligned in the header. Is there any CSS code that can make it left-aligned for classic surveys? If possible any ready to use customizations for classic surveys would be helpful.
Hi @Martin,
Welcome to the SurveySparrow Community
To align the header logo to the left for classic surveys add the below code in the Open Advanced Editor button.
.surveysparrow-survey-container--classic-form .ss_classic_top_bar
.ss-survey-header__logo--image-holder{
justify-content: flex-start;
}
Hope this helps