Home › Forums › All Other Themes › SKT Architect Pro Logo Area
- This topic has 10 replies, 2 voices, and was last updated 7 years, 12 months ago by Sonl Sinha.
-
AuthorPosts
-
November 18, 2016 at 12:08 am #53091
I want to use the SKT Architect Pro Theme but the logo area is very small and restrictive and I would like the logo to hang down somewhat over a bit of the slider but ensure that it is also responsive.
Would there be any way I could upload a PNG that would make this work?
Would you have some custom CSS code to make this happen?
Thanks
November 18, 2016 at 5:25 am #53112Hi Derek,
Kindly show us your website URL.
Regards,
DaveNovember 18, 2016 at 8:43 am #53129I’m currently testing out the theme on this site http://derekddesigns.ie/
I really want to use it but the logo area is not big enough and when you increase the size of the logo, it increases the size of the header area. I just want it to remain the same but the logo to hang over the slider at the top left section. So half in the header area and half in the slider area.
Thanks
November 18, 2016 at 8:52 am #53130Hi Derek,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.logo{padding:0 !important; width:auto !important; position:absolute !important; z-index:9999; border-radius:4px;}
.logo img{height:125px !important;}Regards,
DaveNovember 18, 2016 at 9:36 am #53135Hi Dave,
I tried that, the logo is bigger and covers some of the slider as requested but it has inputted a white box around the logo that doesn’t look too good, can this be a transparent box?
Also it doesn’t work responsively. On mobile it covers the drop down menu?
November 18, 2016 at 10:25 am #53148Hi Derek,
Kindly add this code in Custom CSS Box
.logo{background:none !important;}
@media screen and (max-width:768px){
.logo{position:relative !important;}
}Regards,
DaveNovember 18, 2016 at 10:27 am #53150Dave you are a legend! Thanks
November 18, 2016 at 10:32 am #53152Dave, last thing if I want to make the logo bigger on desktop, how do I do it? As now when I change the size in theme options it doesn’t change?
November 18, 2016 at 10:32 am #53153If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
DaveNovember 18, 2016 at 10:33 am #53154Don’t worry I’ve changed it in the custom CSS section. Thanks again.
November 18, 2016 at 10:42 am #53155Okay 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.