Hi, I am trying to get the social icons and the search bar to be placed as per my image attached and also have the login link and submit text under the search bar, but I am not having any luck, can you advise me if this is possible.
My site is http://www.archiehancock.co.uk
Thanks in advance
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
#socialmedia {
top: 20px;
}
#search {
top: 70px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Thanks that has worked. However when the browser gets smaller the menus disappear http://www.archiehancock.co.uk
- more than a month ago
- Commercial Templates
- # 3
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...
#nav-toggle {
background-color: #223369;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi,
That has not worked, also when the browser window gets small the social icons disappear
That has not worked, also when the browser window gets small the social icons disappear
- more than a month ago
- Commercial Templates
- # 5
Hello
Try using the following instead...
For your social icons try also adding the following...
Ciarán
Try using the following instead...
#nav-toggle {
background-color: #223369 !important;
}
For your social icons try also adding the following...
#socialmedia {
left: auto;
right: 10px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Thanks, I have tried this but when I reduce the browser window the search and social modules seems to slip behind the logo image:
http://www.archiehancock.co.uk
http://www.archiehancock.co.uk
- more than a month ago
- Commercial Templates
- # 7
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...
#search {
display: inline !important;
}
@media only screen and (max-width: 959px) {
#search {
top: 144px;
}
#socialmedia {
left: auto;
right: 216px;
top: 138px;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- 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 »