CTF-OK Posted August 28, 2013 Share Posted August 28, 2013 Hello, I am new to ps and have just went live with our store. But there are 2 problems that I just can't figure out. Using PS v. 1.5.4.1 As you can see in the attached photos, the white/gray, curved graphic at the top of the page is not in the right place compared to the template example. With the help of several of the previous posts, I was able to change it slightly and move some of the other items around, but can't go any further. I've edited the grid_prestashop.css, global.css and superfish-modified.css. Second thing that I can't figure out is that near the bottom of the page there is a large gap where the center block doesn't connect to the reassurance block and the footer. Any help with this will be greatly appreciated! Link to comment Share on other sites More sharing options...
CTF-OK Posted August 30, 2013 Author Share Posted August 30, 2013 Here is the link to the original template: http://www.prestashop.com/forums/topic/218022-new-free-template-for-prestashop-15-by-graphileom/ Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted August 30, 2013 Share Posted August 30, 2013 To remove the white space near the footer find themes/thgr00027b/css/grid_prestashop.css. at line 11 .container_9 { margin: 150px auto; width: 980px; } change to .container_9 { margin: 150px auto 0; width: 980px; } that will get rid of the white space. Marty Shue Link to comment Share on other sites More sharing options...
CTF-OK Posted August 30, 2013 Author Share Posted August 30, 2013 That did the trick for the bottom white space! Thanks Marty! Any idea on the top graphic? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted August 30, 2013 Share Posted August 30, 2013 For some reason your <div class="sf-contener clearfix"> is contained within the header_right div. It needs to be moved outside of this div. The width for header_right is only 700px and it is float: right. Move sf-contener outside of this div but leave it within header_container and that will solve your problem. Marty Shue Link to comment Share on other sites More sharing options...
CTF-OK Posted August 30, 2013 Author Share Posted August 30, 2013 I have learned a lot these past few weeks, but not how to move the sf-contener outside of a div. Could you help me just a little bit more? Thanks again! Link to comment Share on other sites More sharing options...
CTF-OK Posted September 3, 2013 Author Share Posted September 3, 2013 I tried to figure this last part out, but that didn't work. Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2013 Share Posted September 4, 2013 you will need to modify the module .tpl file, you will have to close header_right before <div class="sf-contener clearfix"> and it will be also necessary to remove closing </div> tag from header.tpl file. Link to comment Share on other sites More sharing options...
CTF-OK Posted September 4, 2013 Author Share Posted September 4, 2013 vekia, do you know which module or which .tpl file I need to modify? Remember, I am a newbie at this Link to comment Share on other sites More sharing options...
CTF-OK Posted September 9, 2013 Author Share Posted September 9, 2013 I did some more work this weekend on trying to figure this out, but failed. Link to comment Share on other sites More sharing options...
CTF-OK Posted September 13, 2013 Author Share Posted September 13, 2013 you will need to modify the module .tpl file, you will have to close header_right before <div class="sf-contener clearfix"> and it will be also necessary to remove closing </div> tag from header.tpl file. Worked on this more this week, but I still need help with this. 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