Home › Forums › All Other Themes › Logo problem with mobile version
- This topic has 4 replies, 3 voices, and was last updated 6 years, 3 months ago by
Forum Moderator.
-
AuthorPosts
-
June 20, 2017 at 6:47 am #75933
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.
June 20, 2017 at 12:59 pm #76030Hi,
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,
ShriJune 21, 2017 at 6:29 pm #76161Problem solved, great thanks.
June 21, 2017 at 8:35 pm #76168If 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.
June 22, 2017 at 5:06 am #76175Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.