Jump to content

Repositioning Blocksocial in displayNav


hay706

Recommended Posts

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. 

post-1254874-0-26989200-1475719505_thumb.png

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...