Help moving image over (Agency Demo)

4 replies · opened Mar 8, 2023

VverymomMar 8, 2023

Is there any way to move the photo of the boys in the first section a little closer to the text/button?

Also, is the testimonial slider (under the pricing - it's not linked in top menu) supposed to move automatically? Wondering if I failed to upload one of the files.

Thanks!

VverymomMar 8, 2023

Testimonial slider seems to be working now.

What I've tried so far:

Adding margin-left 15% to this:

[class*="col-mb-"] {
margin-bottom: calc(var(--col-mb) / -1);
margin-left: 15%;
}

This centers everything better, but I'm not sure if that's best practices. There's also still a big gap between the circular photo and the rest of the welcome text. When I fiddle with the CSS to narrow that gap, it makes the picture really tiny on cell phones.

VverymomMar 8, 2023

Nevermind, that 15% broke other things. I've reverted...

VverymomMar 8, 2023

I guess you can close this. I switched to a different header. Not thrilled with the lack of support over here :(

SSemicolon WebSTAFFMar 9, 2023

Hello,

We really apologize for the delays in replying to your Support Query. We aspire to do better and assure you we will try replying faster while our current replies ranges between 8-16 hours.

  1. Consider using the following code for your Image:
<img src="demos/agency/images/wiseguys-mowing-sm.png" title="Meet Jake and Nate Wiseman" class="d-block mx-auto" />
  1. There appears to be a minor bug with the code. To make the Testimonials Slider autoplay, simply add the data-slideshow="true" Attribute to the .fslider Element.
<div class="fslider text-center testimonial testimonial-full shadow-none border-0 p-0 mx-auto" data-slideshow="true" data-animation="fade" data-arrows="false" style="max-width: 700px;">

Meanwhile, consider replacing the existing js/plugins.min.js File with the updated file attached to this reply.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard