Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #912697

    Hi Guys,

    I have a problem and cant wrap my head around it.

    Across the entire website – you may see different spacing between words some large and smaller. Both in textblock and elements like Partners.

    Have no idea what is causing this.

    Anyone care to help ?

    Thanks
    Isaac

    #912723

    Hey curmi01,
    Try this code in the General Styling > Quick CSS field:

    p {line-height: 1.65em!important; }

    It is meant to make the line height of the text the same on every page, in my tests I checked Home, Team, & Championship

    Best regards,
    Mike

    #914208

    unfortunately didn’t work :(

    anyone could help?

    #914216

    as you may see even on the homepage,

    the text under the partner elements starts out well , but then towards the end the spacing goes haywire.

    Need some help as i cannot launch the website like this

    #914239

    Hi,
    Do you mean the menu widget in your footer?
    2018-02-19_063556
    Can you give us an idea how close you would like the menu items to be?
    I see the partner element doesn’t have text, it is images.

    Best regards,
    Mike

    #914240

    Nono the text spacing under the team member,

    sorry i mentioned partner but it is driving me mad

    thanks

    #914249

    Hi,
    Oh I see :)
    That is because you have it set to “text-align: justify” starting at line 42 of your custom css:

    .team-member-description {
    text-align: justify;
    }

    Try left, right, or centered.
    Justify stretches the lines so that each line has equal width.

    Best regards,
    Mike

    #914258

    hi mike,

    thanks for helping, however under custom.css is blank up until line 30. ( i am going in editor, css, custom.css)

    The spacing is good on the first line of each team member description , but then begins to get bigger towards the bottom of the text.

    #914263

    Hi,
    Try looking in the General Styling > Quick CSS field, or maybe it is set in your element.
    This is how justify works, please read this for more info

    Best regards,
    Mike

    #914275

    Hi,

    not working and ive tried alot of things. Are you seeing the spacing wrong ?

    #914366

    Hi curmi01,

    This is how it works if you set the text to justify, we cannot control that, we can only set which text-align option works for us.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #914370

    Hi vicotria,

    may you have a look at the homepage, i have a attached a photo of what i mean

    #914551

    Hi,

    As Victoria mentioned the horizontal spacing is a result of setting the text option to justify.

    Best regards,
    Jordan Shannon

    #914780

    Hi guys,

    thanks for your answers.

    Thanks jordan i removed justified and saw what u ment.

    Does this happen also on using the Text block? Does justify screw up the horizontal spacing?

    Thanks

    #914791

    Hi,
    Yes, justify does this to horizontal spacing, although some people like this effect, it is very popular with newspapers and magazines. Unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    #914794

    hi mike,

    unfortunately my client wanted it to be justified is there any workaround or plugin or anything i can do ?

    thanks

    #914822

    Hi,
    Unfortunately there is not, it is just how justify is meant to work.

    Best regards,
    Mike

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.