Please Log in or Create an account to join the conversation.
This cacn be done by simply editing the module and configuring it as such within CB Login module.1)publish module in compact mode - vertical
This can also be done by simply editing the login module and adjusting its parameters.2)register and login icons only - no text at all
The styling is inline so you'll need to use CSS that has !important tags so you can override it. You'll need to reposition the background and add a new right padding as the way it currently works is it adds the icon as a background of the input it then adds a left padding so text doesn't sit on top of the image.3)have both icons display to the right of the username/password input boxes
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In the modules PHP file. The parameter based styling as all inline styles (using "style" attribute).where is the styling controls specifically based upon my parameters?
You add your CSS to your Joomla template CSS file.The reason I am having so much difficulty is because I am confused about which case 0,1,2 I should attempting to edit.
Doubt that'll work. You're better setting its position to absolute and positioning it exactly on screen or using relative and using left/right/top/bottom attributes to move it around.Also is it possible to use a negative margin-left value to move the entire module a bit?
Please Log in or Create an account to join the conversation.