Home › Forums › All Other Themes › SKT Corp pro – main logo sizing….
- This topic has 12 replies, 2 voices, and was last updated 7 years ago by Sonl Sinha.
-
AuthorPosts
-
November 3, 2017 at 9:57 am #86814
Where do I set the size for the logo? I have tried this and that, and dont get it to work- I also would like to disable the header widget from the right….
November 3, 2017 at 10:00 am #86816Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisNovember 3, 2017 at 10:10 am #86817https://marjamajat.fi
November 3, 2017 at 10:14 am #86818Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#logo { width:35%;} .header_right .search_form { display:none;}
Regards,
ChrisNovember 3, 2017 at 10:29 am #86819CHEERS!
November 3, 2017 at 10:36 am #86823Hi Kari,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/11/
Regards,
ChrisNovember 3, 2017 at 11:05 am #86827Well, now the sidebar is “off”…… after that sizing change.
November 3, 2017 at 11:09 am #86828Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.container { height:100% !important;}
Regards,
ChrisNovember 3, 2017 at 11:15 am #86830..and how do I make the line height of the body text bigger…. its too low now
November 3, 2017 at 11:16 am #86831.container { height:100% !important;}
This did not help with the sidebar text to go beyond the borders….November 3, 2017 at 11:48 am #86836Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.content-area .container { height:100% !important;} body { line-height:28px;}
Regards,
ChrisNovember 3, 2017 at 5:50 pm #86861Hi Chris,
Now the body is ok, logo is ok….. but the side is really off, where is the problem?
You see in: https://marjamajat.fi/en/huoneistot/ and in all the pages, the sidebar is way off the place.November 6, 2017 at 5:33 am #86943Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
Remove
.content-area .container { height:100% !important;} body { line-height:28px;}
And add this new css code there
.content-area .container { width:100% !important;} body { line-height:28px;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.