viltnieks Posted May 23, 2011 Share Posted May 23, 2011 Hello,I think that I wont be able to do this from back office. I have included a picture to better explain what I would like to achieve.Im not sure how to do this since all of the elements in question are in one hook. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted May 24, 2011 Share Posted May 24, 2011 No, you can't accomplish this in the BO. You will need to edit the actual css files as well as the .tpl file(s). It is not very hard at all. Best of luck! Marty Shue Link to comment Share on other sites More sharing options...
viltnieks Posted May 25, 2011 Author Share Posted May 25, 2011 OK, but I'm not sure how exactly.The elements I want to move are inside one hook (HOOK_TOP). For example, I'd create a new and position it below logo, but the elements I wan't moved around are iside one hook (HOOK_TOP).If I would move hook_top to this new div everything (currency, languages, search, etc) would go below logo, but I wan't only two modules (links and user panel) below logo.Do I need to create a new hook in my case ? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted May 25, 2011 Share Posted May 25, 2011 No, you don't need to create a new hook. You need to just style (through css stylesheets) the header elements. It is possible that you will need to move a div (or two) to get the look you want. That should do it. Marty Shue Link to comment Share on other sites More sharing options...
viltnieks Posted May 25, 2011 Author Share Posted May 25, 2011 I still don't understand how.Lets take code below as an example (it's header.tpl) header_logo is floated leftheader_right is floated right and it also contains modules (currencies, languages etc), which are part of HOOK_TOPHow can I put elements outside header_right if their all inside HOOK_TOP (see "real code")For instance, If I will style "currencies_block_top" it will still be inside "header_right"Live code (when viewing from a browser) [removed] [removed] Link to comment Share on other sites More sharing options...
viltnieks Posted May 27, 2011 Author Share Posted May 27, 2011 I can't find any good information on how to do 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