Hossein Stinson Posted February 26, 2015 Share Posted February 26, 2015 (edited) Hi I want to delete that space above search and cart block (red line at the Image) , Please help me , any Idea how I can do that ??? PrestaShop version: 1.6.0.9 Shop URL: http://babytov.com/ Current theme in use: default-bootstrap Edited February 26, 2015 by Hossein Stinson (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted February 27, 2015 Share Posted February 27, 2015 Hello Perhaps you could add this code to the bottom of global.css .shopping_cart > a:first-child {margin-top:-33px!important} #header #search_block_top #search_query_top {margin-top:-40px!important} #header #search_block_top .btn.button-search:hover {margin-top: -33px!important} #header #search_block_top .btn.button-search {margin-top: -33px!important} Before http://screencast.com/t/1Y1D2vc4 After http://screencast.com/t/tMvjyubpqa7t Paul 1 Link to comment Share on other sites More sharing options...
Hossein Stinson Posted February 27, 2015 Author Share Posted February 27, 2015 Hello Perhaps you could add this code to the bottom of global.css .shopping_cart > a:first-child {margin-top:-33px!important} #header #search_block_top #search_query_top {margin-top:-40px!important} #header #search_block_top .btn.button-search:hover {margin-top: -33px!important} #header #search_block_top .btn.button-search {margin-top: -33px!important} Before http://screencast.com/t/1Y1D2vc4 After http://screencast.com/t/tMvjyubpqa7t Paul Thank you so much Paulito, its work !!! 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