I am using this template for our company website. Is there a way to increase the width of some of the text area of the JoomlArt Advanced Custom Module types? I have some text that wraps and I would like for it to not. I have included two images for examples.

Hi @txharleydude,
The above error is not too complicated, however I need more information to support you more accurately. Please send us the link to your website after it is live or uploaded to a test url.
Kind regards,

6 days later
This message is visible to Moderators only
hidden content

Hi @txharleydude,
Thank you so much for the information you provided. I’ve checked your website, and based on what you want, I’ll need an admin account to help review and customize it according to your requirements.

Kind regards,

txharleydude
Thank you very much for your information. The cssyeah account cannot access the template files to edit or customize. Please help me change the account permissions so that I can edit and customize the files.

This message is visible to Moderators only
hidden content

Hi @txharleydude,
Thank you very much. I added the custom CSS to increase width of text. You can reload your website to view the changes.

@media (min-width: 992px) {
  #Mod114 .acm-features.style-3 .offset-xl-1 {
    margin-left: 0 !important;
  }

  #Mod114 .acm-features.style-3 .col-lg-5 {
    width: 50% !important;
  }

  #Mod120 .section-heading {
    width: 80% !important;
  }
}

You can customize the width of the text by following the image link attached below.

Thank you for the update.

What about the CTA area? Can the text area be wider?

Hi,
Add below CSS rules to the Edit Custom CSS modal in your back-end of template.

#acm-hero-118 .col-xxl-7 {
  width: 66.66% !important;
}
Write a Reply...
You need to Login to view replies.