Nadia Template Question
- Issue
- mmayer
- Commercial Templates
- Thursday, 12 January 2017
- Subscribe via email
Hello
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.logo {
background-color: transparent;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
this worked perfect.
While you are here, 2 more questions:
1) is there a way to make the header transparent and remove the white bar, to make it more seam less?
2) Is there a way to change the justification of the menu buttons so that they are closer to the logo?
While you are here, 2 more questions:
1) is there a way to make the header transparent and remove the white bar, to make it more seam less?
2) Is there a way to change the justification of the menu buttons so that they are closer to the logo?
- more than a month ago
- Commercial Templates
- # 2
Hello
1. To amend try adding the following to the Custom CSS field of your templates parameters...
2. Also add the following...
Ciarán
1. To amend try adding the following to the Custom CSS field of your templates parameters...
#container_header {
background-color: transparent;
border: 0 none;
box-shadow: none;
}
2. Also add the following...
#container_hornav {
box-sizing: border-box;
padding: 0 50px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Is there a way to change the justification of the menu buttons so that they are closer to the logo?
- more than a month ago
- Commercial Templates
- # 4
Hello
You can use the following custom CSS where 50px is the distance of your menu items from the template wrapper (edit to taste)...
Ciarán
You can use the following custom CSS where 50px is the distance of your menu items from the template wrapper (edit to taste)...
#container_hornav {
box-sizing: border-box;
padding: 0 50px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hello.
Unfortunately this code is not working well.
It is shifting the hornav menu toward the logo, but it is also shifting the 2 tabs on the hornav that are on the right side of the logo away from the logo.
What I am trying to do is have all 4 menu buttons on the hornav, both left of log and right of logo to move closer to the logo. \
This code only works for one side, whilst pushing the entire hornav menu to the right.
It is also shifting the entire menu down wards and to the right.
Unfortunately this code is not working well.
It is shifting the hornav menu toward the logo, but it is also shifting the 2 tabs on the hornav that are on the right side of the logo away from the logo.
What I am trying to do is have all 4 menu buttons on the hornav, both left of log and right of logo to move closer to the logo. \
This code only works for one side, whilst pushing the entire hornav menu to the right.
It is also shifting the entire menu down wards and to the right.
- more than a month ago
- Commercial Templates
- # 6
Hello
Could you try the following instead...
Ciarán
Could you try the following instead...
.hornav > ul > li:first-of-type {
margin-left: 50px;
}
.hornav > ul > li:last-of-type {
margin-right: 50px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »