changing lay out in joomla VM template

arawolf
314 Posts
arawolf posted this 07 September 2017

On the account page of a virtue mart templaten the buttons save and annulation aren't correct align ( cfr attachment) How can i do this.

On the account page of a virtue mart templaten the buttons save and annulation aren't correct align ( cfr attachment) How can i do this.
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 07 September 2017

Hi,

Could you please provide a direct link to the page that demonstrates the issue?

Thank you,
Olivia

Hi, Could you please provide a direct link to the page that demonstrates the issue? Thank you, Olivia
arawolf
314 Posts
arawolf posted this 08 September 2017

dkdecor.be

dkdecor.be
Support Team
Support Team posted this 08 September 2017

Hi,

As I can see the buttons have proper alignment specified in the VM styles. You can override it using the following code added to the Themler Settings >> Additional CSS:

.display-number, .control-buttons
{
text-align: left!important;
}

Thank you,
Olivia

Hi, As I can see the buttons have proper alignment specified in the VM styles. You can override it using the following code added to the Themler Settings >> Additional CSS: `.display-number, .control-buttons { text-align: left!important; }` Thank you, Olivia
You must log in or register to leave comments