teksmabrep Posted December 4, 2014 Share Posted December 4, 2014 (edited) Hey guy, trying to figure out how to go about fixing the issue, I really just don't know where to start. plz help Edited December 4, 2014 by teksmabrep (see edit history) Link to comment Share on other sites More sharing options...
teksmabrep Posted December 5, 2014 Author Share Posted December 5, 2014 Bump Link to comment Share on other sites More sharing options...
bside2234 Posted December 6, 2014 Share Posted December 6, 2014 Can you share your url with us if your site is live? Link to comment Share on other sites More sharing options...
teksmabrep Posted December 6, 2014 Author Share Posted December 6, 2014 Hey Bside2234, thank you for your response. My website link is http://www.signatureblueautocare.com Link to comment Share on other sites More sharing options...
Paulito Posted December 6, 2014 Share Posted December 6, 2014 Hello This is what I see http://screencast.com/t/Iq5VIxmALe Paul Link to comment Share on other sites More sharing options...
teksmabrep Posted December 7, 2014 Author Share Posted December 7, 2014 (edited) Apologizes for the late response but here is the correct link: http://signatureblueautocare.com/Store/index.php @paulito Edited December 7, 2014 by teksmabrep (see edit history) Link to comment Share on other sites More sharing options...
bside2234 Posted December 7, 2014 Share Posted December 7, 2014 Find this in your global.css file and increase the px of the padding-top header .row #header_logo { padding-top: 15px; } 1 Link to comment Share on other sites More sharing options...
teksmabrep Posted December 7, 2014 Author Share Posted December 7, 2014 Thank You so much @bside2234 !!! Link to comment Share on other sites More sharing options...
teksmabrep Posted December 7, 2014 Author Share Posted December 7, 2014 (edited) i have one more request, how do i move up the header section bar to cut down on the big gap space in between? Edited December 7, 2014 by teksmabrep (see edit history) Link to comment Share on other sites More sharing options...
bside2234 Posted December 7, 2014 Share Posted December 7, 2014 You will have to do the logo, search, and cart individually. Change your logo back to 15px or whatever you want in global.css header .row #header_logo { padding-top: 15px; } Go to themes/default-bootstrap/css/modules/blocksearch/blocksearch.css In blocksearch.css change this to the same px as your logo: #search_block_top { padding-top: 50px; } Then go to themes/default-bootstrap/css/modules/blockcart/blockcart.css and change the px for padding-top to the same as the logo px and the search px. #header .shopping_cart { float: right; padding-top: 50px; position: relative; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now