-
AuthorPosts
-
tresoar Friend
tresoar
- Join date:
- November 2014
- Posts:
- 203
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 35
- Thanked:
- 2 times in 1 posts
November 27, 2015 at 11:24 am #758495Hello,
How can I create more space between my logo and menu? I don’t want to make my logo smaller. When I change padding in the code below, I have more space but the logo on smaller screen goes weird.
/* .ja-vertical-menu .t3-header .logo {
height: auto;
left: 0;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 48px;
padding-top: 20px;
position: fixed;
top: 40px;
width: 292px;
z-index: 2;
}*/Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 27, 2015 at 2:25 pm #758709Hi
can u revert the changes your site header does not look like the template header , its seems lot custom work done on header part .tresoar Friendtresoar
- Join date:
- November 2014
- Posts:
- 203
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 35
- Thanked:
- 2 times in 1 posts
November 27, 2015 at 2:38 pm #758711I did’t change much, but I changed it back.
What do you mean ‘does not like the template header’? It look pretty the same to me.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 27, 2015 at 2:49 pm #758712Hi here u can see the header of template in demo site : http://prntscr.com/97kbve
Your site is completely different . By the way You can add below code in custom.css file in this way so it will not effect the small size devices
@media (min-width:768px){.ja-vertical-menu .t3-header .logo {
height: auto;
left: 0;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 48px;
padding-top: 10px!important;
position: fixed;
top: 40px;
width: 292px;
z-index: 2; }}
tresoar Friendtresoar
- Join date:
- November 2014
- Posts:
- 203
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 35
- Thanked:
- 2 times in 1 posts
November 27, 2015 at 2:57 pm #758713Thank you.
I followed this thread https://www.joomlart.com/forums/show…highlight=menu because I wanted the menu on the left side too on screens with resulution 1080 x 1024 px. I posted my question earlier here http://id.joomlart.com/forums/topic/possible-to-change-to-default-the-left-vertical-menu/
So I changed this @media (min-width: 1640px) to this @media (min-width: 768px) here templatesja_techzonecsstemplate.css.
But maybe that isn’t right? Do I have to change this back? If I change it back the website doens’t look nice because my logo is vertical.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by tresoar 8 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum