Hi @amaravati,
Thank you for reaching out to us. X header is designed with ready to go basic settings so we often receive header related customization questions or requests and this was the reason why a header and footer builder was created and an advanced X version was formed now called Pro. Please consider upgrading to Pro so you can build a custom header yourself without custom coding. In case you upgrade to Pro and you get stuck with the options, we’re here to assist all the way.
You can also checkout https://theme.co/docs/converting-from-x-to-pro and https://theme.co/docs/the-difference-between-x-pro
However if you want to continue with X, yes this would require custom CSS as this is not a theme feature by default and is outside of our support scope, but we will do our best to help you getting started with the customization but we will not be able to implement it. You can add the following code in the Theme Options > CSS to increase the touch area for the dropdown:
.x-sub-toggle {
width: 100px;
text-align: right;
}
.x-sub-toggle>span {
padding-right: 20px;
}
Feel free to adjust the width: 100px; as you need. Don’t forget to clear all caches including your browser’s cache after adding the code.
Currently, there is no option in X to adjust the appearance of mobile menu, you can adjust this in Pro quite easily.
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
If you need further customization in the header, please consider upgrading to Pro.
Hope this helps!