-
AuthorPosts
-
sebbs Friend
sebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
April 4, 2014 at 9:51 pm #196467Site:
http://baico.dev.dnsnetworks.ca/I removed my search field as I decided to add it in my main navigation and also add a search item within the nav…but it’s moved down and around my logo – can someone help me put it back to the right side of the logo??
This is in my custom.css file:
}
.col-xs-12.col-md-3.logo.col-sm-6 {
width: auto;
}
.col-xs-12.col-md-6.t3-mainnav.navbar.navbar-default.hidden-sm {
width: auto;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2014 at 10:31 pm #529588<em>@sebbs 420012 wrote:</em><blockquote>
This is in my custom.css file:
}
.col-xs-12.col-md-3.logo.col-sm-6 {
width: auto;
}
.col-xs-12.col-md-6.t3-mainnav.navbar.navbar-default.hidden-sm {
width: auto;
}</blockquote>Try This . . .
col-xs-12.col-md-6.t3-mainnav.navbar.navbar-default.hidden-sm {
width: auto;
float: right;
and then, perhaps, something like this (in your custom.css)
.t3-header {
background: none repeat scroll 0 0 #0077BB
height: 155px;
padding-bottom: 0;
padding-top: 20px;
position: relative;
}Getting closer to what you want?
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
April 4, 2014 at 11:14 pm #529590I added both your comments to the custom.css file…
looks like this now:
http://baico.dev.dnsnetworks.ca/Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 7, 2014 at 8:14 am #529720You can try with editting the grid size of the header by opening this file: templatesja_bookshoptplsblocksheader.php
and change as this screenshot: http://prntscr.com/37rdt3
1 user says Thank You to Saguaros for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 7, 2014 at 7:44 pm #529857Try adding the following within your custom.css file
.t3-mainnav {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
bottom: 50px;
float: right;
width: 100%;
}Let me know how that looks when you’ve saved changes – cleared cache – refresh page.
If we’re moving in the right direction, we can further tighten things up per how you are wanting things to look.
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
April 7, 2014 at 7:49 pm #529860Looking better!
http://baico.dev.dnsnetworks.ca/administrator/index.php?option=com_menus&view=itemsnow it needs to be moved to the right?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 7, 2014 at 7:50 pm #529861Try this slight modification to the above . . .
.t3-mainnav {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
bottom: 50px;
float: right;
width: 1000px ;
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 7, 2014 at 7:51 pm #529862<em>@sebbs 420415 wrote:</em><blockquote>Looking better!
http://baico.dev.dnsnetworks.ca/administrator/index.php?option=com_menus&view=itemsnow it needs to be moved to the right?</blockquote>
Site seems to be password protected now :((
1 user says Thank You to TomC for this useful post
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
April 7, 2014 at 7:52 pm #529863Looks much better! Can we make it a bit higher?
would i just edit bottom: 100px; <– is that how it works?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 7, 2014 at 7:53 pm #529864<em>@sebbs 420418 wrote:</em><blockquote>Looks much better! Can we make it a bit higher?
would i just edit bottom: 100px; <– is that how it works?</blockquote>
Yes, you can increase the pixel value of the “bottom” property until you arrive at a result you’re happy with
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
April 7, 2014 at 7:56 pm #529865Thank you very much TomC!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 7, 2014 at 8:00 pm #529866<em>@sebbs 420420 wrote:</em><blockquote>Thank you very much TomC!</blockquote>
Glad to be of assistance . . . All the best with your continuing site development.
🙂
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by TomC 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum