Developer forum

Forum » Rapido » paragraph container does not align with paragraph

paragraph container does not align with paragraph

Gerard Kocks
Gerard Kocks
Reply

Hi,

On https://www.holland-controls.com/services we have some paragraph containers and at the bottom a paragraph + form.
Unfortunately the paragraph does not align with the container which doesn't look so nice an customer complained about.
Is there anything we can do about this?

Best regards
Gerard

Paragraph_container_does_not_align_with_paragrapf.png

Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

That is due to different requirements while working with the grid. In the latest releases of Rapido, there is a setting on the paragraphs inside the paragraph container "Other -> Hide padding". Alternatively playing around with the spacing setting on the paragraph container may result in the wished design.

I know these settings are a little complex and hard to work with, and we are currently working to find a better solution that makes it easier to configure this.

 

Best regards
Karsten Thuen

 
Gerard Kocks
Gerard Kocks
Reply

Hi Karsten,

Thanks for your answer. Does this mean we can manage this better in for example 9.4.17, which update we planned for all our rapido's beginning of september?

Best regards
Gerard

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

I am quite sure the settings for padding and spacing are better at the latest Rapido release. And we are going to make some more improvements for the next Rapido release.

 

Best regards
Karsten Thuen 

 
Gerard Kocks
Gerard Kocks
Reply

Sounds great, thanks Karsten!

 
Gerard Kocks
Gerard Kocks
Reply

Hello Karsten,

At this moment Holland Controls runs on 9.5 and rapido 2.1. Is it already possible to align an single paragraph with a paragraph container?
And if yes, can you let me know how it works?

Best  regards
Gerard

 
Gerard Kocks
Gerard Kocks
Reply

Hi Karsten,

Can you send me a screenshot where I can find the 'setting on the paragraphs inside the paragraph container "Other -> Hide padding".' ?
I Can't find it.

BR. Gerard

 
Gerard Kocks
Gerard Kocks
Reply

Hello Karsten,

Can you please help me on this one??

Best regards
Gerard

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

Here you have a screenshot. This is a Paragraph, inside a Paragraph container.

 

Best regards
Karsten Thuen

HidePadding.png
 
Gerard Kocks
Gerard Kocks
Reply

Hi Kasper,

I do not see the option. Am I looking at the wrong place, or do I need an update?

Best regards
Gerard

hide_padding.png
 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

Yes, that is an quite old version of Rapido you are on here. And it does not have the hide padding checkbox, sorry. Your solution is not 2.1 but 2.0.1 The version number is written in the top of the Master template.

If you do not wish to upgrade, there may be a small css hack that might fix this for you. In the "ignite.min.css", write this:

.center-container.paragraph-container.dw-mod {
     padding: 0;
}

or

.center-container.paragraph-container.dw-mod {
     padding-left: 0;
     padding-right: 0;
}

I hope this solves it for you.

 

Best regards
Karsten Thuen

 

 

 
Gerard Kocks
Gerard Kocks
Reply

I would love to update Karsten, but we did this on our IST solution but it is not very succesful until now.
http://doc.dynamicweb.com/forum/rapido-and-wrap/rapido-and-wrap/news-without-ecom 

I really need to be sure the update is good before we do it on other solutions. I will have to wait for that update because we rather do not make CSS hacks.
Hope the issues are solved soon so that we can update Holland Controls also.

Best regards
Gerard

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

I am quite sure the upgrade is good. But you will have to follow the instructions carefully. Most important steps for this upgrade, as mentioned in the doc. After the upgrade:

  • Delete the old MasterNoCom.cshtml and PageNoEcom.cshtml (Not needed, but things may be less confusing, if you do)
  • Select the Master.cshtml template in the ribbon bar of Website settings
  • Go through all Website settings an secure that they are as you need them to be. You may use import/export i the ribbon bar. But it is still a very good ide to go through them
  • Save website settings

If you are feeling unsecure about this. Use a testing enviroment. If you do not have it, an idea would be to make a simple copy of the site, and test the upgrade on that one.

If your customer is pushing you to fix it, the css hack is a really fast, cheap and simple way to solve it.

 

Best ragards
Karsten Thuen

 

 

You must be logged in to post in the forum