By dariomem on
Hi Guys,
Could anyone direct me on how to move the log in block next to the main image? I pressume it needs to be done in the page.tpl.php page I just dont know how!
Heres the URL: http://adbx.co.uk/drupal/
Seriously, I will buy you a virtual pint for any advice!
Comments
Hi Dariomem, If you go to:
Hi Dariomem,
If you go to: http://adbx.co.uk/drupal/admin/build/block/list you should be able to select which side the login box appears in. If that doesnt work then it should be a template issue. Did you make the template yourself, or download it? If you downloaded it then have you seen any other sites with the login on the right?
I think block management should do the trick.
Hope that helps
Chris (earning Karma points to get his own posts answered!)
Hi Chris, Thanks for the
Hi Chris,
Thanks for the tips! No, its the magazeen template from smashing mag. I think i need to change the actual code side of things, any sort of tips on how to approach this and what files?
Thanks!
...
As Chris points out, its either in the block configuration or in the template, if it being called directly from the template then just move that code or take it out. It would be bloody weird if this theme had no regions and if so, then dump it, casue it aint gonna be much use going forward.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Hi Dariomem, try this
first of all go to your blocks administration page.
and put your login block to preface region (where you have your main image showing in the region).
and after this open your style.css and paste this code
#preface .block{float:left;}Thanks for that Neeraj! In
Thanks for that Neeraj! In the end I decided that the theme wasn't flexible enough so I've got for the lite jazz theme which is amazing! But nevertheless, much appreciated for future reference!
Regards,
Dario