hay706 Posted October 6, 2016 Share Posted October 6, 2016 Hi all, Would anyone be able to help with the css code for moving blocksocial in the displaynav. I want to move the blocksocial module inline with the blockuserinfo module as shown in the photo below. Using Ap Hook Builder Thanks so much in advance. Link to comment Share on other sites More sharing options...
Daniel Patilea Posted October 6, 2016 Share Posted October 6, 2016 Hi all, Would anyone be able to help with the css code for moving blocksocial in the displaynav. I want to move the blocksocial module inline with the blockuserinfo module as shown in the photo below. Using Ap Hook Builder Thanks so much in advance. You have to edit the main .php file of your blocksocial and add this code: public function hookDisplayNav() { $this->hookDisplayFooter(); } and then you have to go to Modules > Positions and Transplant the module in the DisplayNav hook 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