celestron Posted July 24, 2010 Share Posted July 24, 2010 Hello everybody,I would like to put the advertising module in the top and in the header of the page.I have proceed as I can understand : hook this module in the top and in the header from the administrator side.When I check the front of shop, I can't see the advertising on the top near the logo.Could you explained me what is wrong ?Best regards Link to comment Share on other sites More sharing options...
razaro Posted July 24, 2010 Share Posted July 24, 2010 Problem is that module haven't covered hooking up to top.To do that add next function to blockadvertising.php function hookTop($params) { return $this->hookRightColumn($params); } And then transplant module to top of pages hook. Link to comment Share on other sites More sharing options...
celestron Posted July 24, 2010 Author Share Posted July 24, 2010 Thanks a lot ! It works.Do you know if it is possible to vertical align with the logo ?The picture of the advertising is not aligned with the logo.Thanks a lot ! Link to comment Share on other sites More sharing options...
razaro Posted July 24, 2010 Share Posted July 24, 2010 Can you post a link to your website ? Link to comment Share on other sites More sharing options...
celestron Posted July 24, 2010 Author Share Posted July 24, 2010 As you can see the logo and the flower pictures are not vertical align.Best regards Link to comment Share on other sites More sharing options...
razaro Posted July 24, 2010 Share Posted July 24, 2010 Try changing css for advertising blog, add margin-top:0.5em; .advertising_block { margin-top:0.5em; text-align:center; width:191px; } Link to comment Share on other sites More sharing options...
celestron Posted July 24, 2010 Author Share Posted July 24, 2010 Apparently it is the same.I think it should be perfect if there is a biggest top margin for the logo "PRESTASHOP".Do you know how to increase it for the logo of the shop (or vertical align the logo) ?Thanks a lot ! 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