Home Forums Basel support forum Login/Register link in header

Login/Register link in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14175

    AlanLee
    Participant

    Hi,

    As the topic title suggest, I am having an issue with getting the login/register link in the header to appear properly. The login/register link appears but the alignment is stacked vertically instead of horizontally. Attached is a screenshot. Here is the code I used in functions.php

    add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );
    
    function basel_custom_header_configuration() {
    
    		return array(
    			'container' => array(
    				'wrapp-header' => array(
    					'logo',
    					'main_nav',
    					'right-column' => array(
    						'header_links',
    						'search',
    						'wishlist',
    						'cart',
    						'mobile_icon',
    					)
    				)	
    			),
    		);
    }
    Attachments:
    You must be logged in to view attached files.
    #14184

    Artem Temos
    Keymaster

    Hi,

    You need to increase right column width option in Theme Settings -> Header -> Layout.

    Regards

    #14192

    AlanLee
    Participant

    This works perfectly. Thank you.

    #14194

    Artem Temos
    Keymaster

    Great, you are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Login/Register link in header’ is closed to new replies.