- This topic has 5 replies, 3 voices, and was last updated 4 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Logo distorted on mobile screen
we have a problem with my theme for restaurant.
Our Logo “Fabio’s” on the mobile screen is distorted.
How can I fix it?
We require some help in fixing the problem.
Thank you.
Hi Eralda,
Kindly show us your website URL.
Regards,
Dave
Here is the URL Dave: http://www.fabiospizzadoha.com
Regards,
Shri
Hi Eralda,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px){
.header .header-inner .logo{width:auto !important;}
}
Regards,
Dave
Thank you very much!!!!
Its possible to have a background in black color?
Now is in grey color.
Thank you again
Go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px){
.header-inner{background-color:#000000 !important;}
}
Regards,
Dave
If you are an aspiring blogger on WordPress, chances are you are following someone else too. He or she may be famous or on similar […]
Are you planning to enhance your website’s usability? Have you heard about navigation menus that are used in WordPress? These menus in WordPress are the […]
The Twitter card is an essential method, that is used for media and by using which you can easily share the contents on any of […]