fireharp Posted July 15, 2014 Share Posted July 15, 2014 Hello, In both prestashop shops I've got similar spacing bug in responsive themes. Look at pic here: I think there's a simple solution but I didn't find it here or in Google. Can you help me? Links to shops: shop.reanimator.ru http://u0000856.isp.regruhosting.ru/ (it's under dev, so the link is weird) Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2014 Share Posted July 15, 2014 hello the question is what you want to do with this space? you want to change size of these two buttons? @media only screen and (max-width: 767px) .blockpermanentlinks-header { position: absolute; right: 75%; top: 0px; width: 25%; } change width:25% to width:50%; the same in @media only screen and (max-width: 767px) .blockuserinfo { position: absolute; top: 0px; right: 0px; text-align: center; width: 25%; height: 45px; } effect 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