Viewing 9 reply threads
You must be logged in to reply to this topic.
Dears I have a problem with the responsive website, I am using the construction demo, as it is clear in the picture the logo is not getting smaller the more I reduce the size and even it is not being centered. I would like to also note that there is a white space that appears under the slider.
Thanks
Hello,
The logo will be getting smaller with the change of screen size because it is responsive and will fit the new screen sizes. For the centering and white space, you can edit these with some css. Please send us your site’s url. So we can give it a closer look and help you with the css.
Best regards!
Dears the problem is that the logo is not getting any smaller as you can see in the image.
I am working on localhost.
Please tell e how can I make the logo smaller and center it in the middle.
Thanks
Hello,
The logo does get smaller, but in your case not enough. I need your site’s link to provide the precise css.
Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
#logo img { height: 37px !important;}
}
Change the value until you are satisfied with the result.
Best regards!
Okay thanks but /how about the white space after the slider ? What should I do
Hello,
You should find the responsive css class for the slider and decrease it’s height. What slider are you using?
Best regards!
You must be logged in to reply to this topic.