Best Method To Widen Main Content, Left And Right Modules Seem To Be Taking Up Much Of The Space. - Question | JoomShaper

Best Method To Widen Main Content, Left And Right Modules Seem To Be Taking Up Much Of The Space.

J

joanne

Helix Framework 1 year ago

Hello, Main content text is overlapping into the right side modules. What would be the best way to address this? I'm using the boxed method, however, issue persists when I disable boxed.. Maybe reducing the width of all the modules?

Thank you,

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #156894

Hi Joanne,

Don't get me wrong but do NOT use long links in text, by default links are not divided like words.

Just put text "Documenent ABC (pdf)" and link it to pdf file.


And yes, from Template Options > Layout - you can change default GRID - I mean width of columns Left and Right. For example, Left one doesn't have to be so wide.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #156895

Read:

But I am not sure if it will be used for links as well. Anyway try that Custom CSS:

#sp-component p {word-wrap: break-word;}

OR even more extreme version:

#sp-component p {word-break: break-all; word-wrap: break-word;}

0