- This topic has 3 replies, 2 voices, and was last updated 1 year ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Can’t move the logo
Hi Marielle,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.header-logo {
float: left;
margin-left: 5%;
}
.cv-outer {
width: 0 !important;
height: 0 !important;
}
Kind Regards
Thank you!!
Sorry to ask but in the responsive page (for mobile) it is possible to have a different configuration? to have it smaller in the middle, and keep it to the left in desktop mode?