If your logo size is 1000px X 300px on the PC screen than try adding this additional CSS code to make the max width of the logo 1000px and the max height of the logo 300px
.logo-nav{
max-width: 300px; /*max width value*/
max-height: 1000px; /*max height value*/
}
-
This reply was modified 5 years, 11 months ago by Christian AD.
.edgtf-vertical-align-containers .edgtf-position-right {
width: 50%;
}
Try adding this as an additional CSS
it worked when i tried it
-
This reply was modified 5 years, 11 months ago by Christian AD.