Home Forums Basel support forum Justify body

Justify body

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #8839

    Giulio
    Participant

    Hi,

    I would to ask a fast way to justify automatically all “body” fields. Thank you!

    #8853

    Artem Temos
    Keymaster

    Hello,

    Could you please explain what do you mean by “justify body fields”? Do you have some example of how it should look?

    Regards

    #8862

    Giulio
    Participant

    As you can see on the screenshot this block of text is not justified, but aligned to left. I’d like to justified many of these cases. Thank you very much!

    Attachments:
    You must be logged in to view attached files.
    #8885

    Artem Temos
    Keymaster

    Sorry, but we need to see your website to help you with this.

    #8912

    Giulio
    Participant

    Ok, I understood. But I have set a redirect automatically by IPs via htaccess. Could you give me a suggestion on how filter your browser?

    #8918

    Artem Temos
    Keymaster

    Please, disable it for a few hours. We will try to answer this topic ASAP so you could enable it again.

    #8926

    Giulio
    Participant

    Unfortunately I can’t to disable the redirect because in the past years our .com version was been a redirect. So many user would visit the web site.

    I sent you a new screenshot. As you can see all “text blocks” are aligned to left. As I ask you I’d like to justify these texts.

    Thank you about your availability.

    #8927

    Giulio
    Participant

    Please take a look to the screenshot.

    #8931

    Giulio
    Participant

    Please take a look to the screenshot, now it works 😀

    Attachments:
    You must be logged in to view attached files.
    #8940

    Artem Temos
    Keymaster

    So, issue is closed? 🙂

    #8941

    Giulio
    Participant

    No, I would to say that I uploaded the screenshot after two failed upload 😀 Unfortunately the issue is still here. Take a look to the screenshot please 🙂

    #8942

    Artem Temos
    Keymaster

    OK. Here is a Custom CSS code for this

    .wpb_text_column p {
    	text-align:justify!important;
    }

    Regards

    #8943

    Giulio
    Participant

    It works perfectly in normal pages, but it not works inside the products pages and FAQs pages. Have I to add something else?

    #8949

    Artem Temos
    Keymaster

    Sorry, but we can’t help you without your website. Please, provide a link to the page where we can see this.

    Thank you in advance.

    #8960

    Giulio
    Participant

    As you can see it not works inside the products pages and FAQs page. Have I to add something else? I can’t link to you the web site because at now it is set as redirect.

    Attachments:
    You must be logged in to view attached files.
    #8970

    Artem Temos
    Keymaster

    We can’t provide you CSS code since we don’t see their HTML structures. We need to see your website live.

    #8974

    Giulio
    Participant

    Please could you refer to these pages? They are exactly the same. I can’t to publish the web at now. If you take a look to the previous screenshot the issue will be more clear.

    Alternative Style

    FAQs

    Thank you.

    #8975

    Artem Temos
    Keymaster

    Try this one

    .vc_toggle .vc_toggle_content p,
    .single-product-content div[itemprop=description] p {
    	text-align:justify;
    }

    Regards

    #8976

    Giulio
    Participant

    Great, it works! 🙂 I forgot to ask you the last one to justify: “Additional tab content”.

    Thank you!

    #8981

    Artem Temos
    Keymaster

    Hello,

    Content in “Additional information” tab is created with HTML table and it is already justified.

    Regards

    #8988

    Giulio
    Participant

    Hi,

    ehm… it is aligned to left: Basel Theme

    #8995

    Artem Temos
    Keymaster

    Hello,

    But it is justified. See the screenshot

    Regards

    #8996

    Giulio
    Participant

    Ops, sorry. I would to say this section.

    Attachments:
    You must be logged in to view attached files.
    #9004

    Artem Temos
    Keymaster

    OK, here is a code

    .single-product-content .entry-content p {
    	text-align:justify!important;
    }
    #9007

    Giulio
    Participant

    Absolutely great! 🙂 Thanks!

    #9019

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 26 posts - 1 through 26 (of 26 total)

The topic ‘Justify body’ is closed to new replies.