1. marcusadamski
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Monday, 16 November 2020
  5.  Subscribe via email
Hello,

I have the following situation

<div class="customers-say">

<div class="customers-say__reviews">

{loadmoduleid 102}

</div>

</div>



Where the module is the Testimonials module. Ideally I'd like to center, reduce and position the module to the right, over a background image. However as soon as I apply the initial flexbox code:


.customers-say{
display: flex;
}
.customers-say__reviews{
flex:1;
}


The testimonial module expands in width 7000px+ off the page - please see attached image.

I'll sent the link to the site via email, as I don't want links back to my staging area.

Many thanks
Marc
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marc

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Just sent an email over to you.

Many thanks
Marc
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Sorry, couldn't wait as I needed to complete this website. I've now removed the Testimonials Extension and admin access from the URL I sent you.

When I have time, I'll install a new website and this extension again. But, fyi, I've seen this behavior several times with this extension, on several of my websites - as soon as it's wrapped in a simple Flex container.

Thanks
Marc
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marc

Flex containers will convert its direct ascendants to flex items which will likely affect the layout. Feel free to ping me when you have a live example available and I will examine the issue further.

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
As flex containers beyond the children are not part of flex layout and will not accept flex properties it may be worth trying wrapping your module in a further div...

<div class="customers-say">  
<div class="customers-say__reviews">
<div>{loadmoduleid 102}</div>
</div>
</div>


Admittedly this is very much dependant on your reason for having the flex container.

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok