- This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Logo problem with mobile version
Hello,
I am using your SKT Restaurant PRO theme. I have a problem with a text logo in mobile version.
It would looks much better if it takes a whole width of the screen and not only small part of left top corner.
Please seem my website in mobile version to see the problem: www.domeknadjeziorem.biz
Please advise how can I correct it.
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS and below code there:
@media (max-width: 980px) {
.header .header-inner .logo{margin: 15px 0 30px !important; width: auto !important;}
}
Regards,
Shri
Problem solved, great thanks.
If you are so kind I have two more problems:
1. picture in the header should be scaled in mobile version, not squeezed as it is now, please check the mobile verison of the following page to see the problem: http://domeknadjeziorem.biz/nasz-domek/
2. On the home page of the pc version the section no. 1 and 2 is not visible when the page is loaded. It appears only when you scroll the page down. It there an option to make it visible immedietly after the page is loaded?
Thank you in advance.
Hi,
1. Answer
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS and below code there:
@media screen and (max-width:767px) {
.innerbanner img { height:auto;}
}
2. problem
Kindly send us WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Chris
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]