I changed the strategy to get the layout I need. I need to increase the space in the header. lower the text. Second, I need to increase the text space.
scarlaiene
I think you asked for the same block here: https://www.joomlart.com/forums/d/29831-decreasing-the-number-of-lines
No no, this is at the top, take a look plz
🙂
Ah the image is different.
You can use this custom css:
@media (min-width: 992px) { .acm-features.style-3 .features-text.order-1 .features-item { padding-right: 0 !important; } }
Okay, but I need to increase the top and bottom margin as well.
I need the text and image to be centered on the page as well.
Could you share screenshot of how you want it should be?
attached
before
after
This module section is already in center now: https://prnt.sc/ryw8ys
If you still want to change it, you can adjust the padding-left and padding-right of this module as you wish:
.t4-sideshow .t4-section-inner.container { padding-left: 15px; padding-right: 15px; }
It is not left / right. It's up and down.
Try this:
@media (min-width: 992px){ .acm-features.style-3 .features-text.order-1 .features-item { padding-top: 70px; } .acm-features.style-3 .features-image.order-2 .features-image { padding-top: 10px; } }
I changed the module, because the customer didn't want the book. Now I need to change the top and bottom. I am now using the original module.
Hi scarlaiene
We can't help much on the customization task due to your custom change, you can use inspect element in your web browser, right click on the element you want to change and you will see how element is style and which file you can change like my above suggestion.
Regards