nnvlahovic Posted November 28, 2015 Share Posted November 28, 2015 Dear Friends,Please look at the picture and explain me how to remove this white line from header.I tried "almost everything" and coudlnt find where it is.Thanks in advance. Link to comment Share on other sites More sharing options...
razaro Posted November 28, 2015 Share Posted November 28, 2015 Well you need to make some changes. Move code from .mode_container { background: url("http://www.svettepiha.rs/themes/pt_winestore/css/../img/bg.png") no-repeat scroll center top / 100% 100%; background-attachment: fixed; background-position: 100% 100%; } to #page { background: url("http://www.svettepiha.rs/themes/pt_winestore/css/../img/bg.png") no-repeat scroll center top / 100% 100%; background-attachment: fixed; background-position: 100% 100%; } and then also change .mode_header #header { background: #fff; } Think this is all in global.css but depends on your theme. Also a tip, try to compress that background image as 2.4MB is bit large. Link to comment Share on other sites More sharing options...
nnvlahovic Posted November 28, 2015 Author Share Posted November 28, 2015 Thanks for reply Azaro,I did everything what you wrote, but nothing changed. I cleard the cache and everything but nothing.Thanks for the tip for background picture. I know I have to compress it, I will do it at the end, if I solve this problem with background.Thanks once more. Link to comment Share on other sites More sharing options...
razaro Posted November 28, 2015 Share Posted November 28, 2015 Hmm, do you have some caching module ? But try to disable Smarty cache for CSS then clear cache, and also check in Caching at bottom of that page is disabled. Link to comment Share on other sites More sharing options...
nnvlahovic Posted December 2, 2015 Author Share Posted December 2, 2015 Hello Razaro,Tried everything, nothing helps.I dont know...really stupid thing. Link to comment Share on other sites More sharing options...
razaro Posted December 2, 2015 Share Posted December 2, 2015 Sorry I did give you code from dev console so maybe paths are not correct but you should be able to point to right path. #page { margin: 0 auto; background: url("../img/bg.png") no-repeat scroll center top / 100% 100%; background-attachment: fixed; background-position: 100% 100%; } http://s13.postimg.org/kk7zl63mv/svettepiha.png 1 Link to comment Share on other sites More sharing options...
nnvlahovic Posted December 2, 2015 Author Share Posted December 2, 2015 Hello razaro,I did as you wrote, and it is an improvment, but it is not still 100% done. Can you look please on my page and you will see it.Thanks for the time and effort.Regards,Nemanja Link to comment Share on other sites More sharing options...
razaro Posted December 2, 2015 Share Posted December 2, 2015 Sorry I do not see any change. Link to comment Share on other sites More sharing options...
nnvlahovic Posted December 3, 2015 Author Share Posted December 3, 2015 Hey Razaro,Thanks for the help. I really apreciate it! You helped me a lot. I managed to fix this thing.Best regards,Nemanja 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