Home › Forums › All Other Themes › SKT Decor Theme
- This topic has 7 replies, 2 voices, and was last updated 5 years ago by Sonl Sinha.
-
AuthorPosts
-
October 11, 2019 at 12:31 pm #132347
Hello SKT Team,
I am working on project http://www.seawealthmarine.com/ and used SKT Decor theme….In header section there is more gap between logo/ contact/address and navigation menu …. i want to reduce the gap….so kindly assist me for the same
Regards
ZainabOctober 11, 2019 at 12:52 pm #132351Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner { width:66%; }
Regards,
DaveOctober 17, 2019 at 3:02 pm #132677Thx Dave for your kind reply….
But I think you didnt understood my query……
Actually i want to reduce the height of header in http://www.seawealthmarine.com/……which creates more gap between header and navigation menuRegards
ZainabOctober 18, 2019 at 5:33 am #132701Hi,
Kindly use this one
.header .header-inner .logo { position:relative; top:-20px;} .header .header-inner .nav { margin:0 0 -90px 0;}
Regards,
DaveOctober 19, 2019 at 12:27 pm #132808Thx Dave
I have updated above code in my website but need to do cross browser certification for explorer, chrome, mozilla, safari and opera as the site looks totally dislocated with this code…..
kindly check the site http://www.seawealthmarine.com in different browser and help me for the same
Regards
ZainabOctober 21, 2019 at 6:09 am #132863Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveNovember 3, 2019 at 1:28 pm #133655website screenshot from explorer
https://imgur.com/a/LAfK62cwebsite screenshot from chrome
https://imgur.com/a/x0cPULPkindly resolve the issue…
Regards
zainabNovember 4, 2019 at 5:16 am #133669Hi,
Remove
.header .header-inner .logo { position:relative; top:-20px;} .header .header-inner .nav { margin:0 0 -90px 0;}
And add this new code there:
.header .header-inner .logo { position:relative; top:-20px;} .slider-main { margin-top:-30px;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.