Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #237748

    How can I “justify” text in an icon-box or a textfield…???

    Thx for Help,

    Dan

    #238340

    Hi IHEA!

    Please use this css code to justify the text:

    
    .iconbox_content_container, .iconbox_content_container p{ text-align: justify; }
    

    Cheers!
    Peter

    #238567

    Where can I use this code? In the custom.css?

    Thx!

    #238614

    Hey!

    Yes, or into your child theme style.css or into the quick css field (Enfold > Styling).

    Regards,
    Peter

    #815365

    Hello! I’m jumping in, if that’s okay.

    I’m using a child theme in Enfold. As you suggested above, I first tried adding the code below to the quick CSS and nothing happened:
    .iconbox_content_container, .iconbox_content_container p{ text-align: justify; }

    I then deleted the code from the quick CSS area and added it to my child theme style.css – still no change.

    I’d be grateful if you’d let me know what I’m doing wrong so I can change this.

    Thanks!

    #815411

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #815447

    Hi, Mike,

    I’m a newbie and my site isn’t published yet. I’ve included my website and the login info below. You can see what I mean on my HOME PAGE under the slider in the section titled “WELCOME TO A BRIDGE TO ACHIEVEMENT”. Please also look at my SERVICES PAGE at the text areas beside the pictures throughout the page.

    Side comment – Don’t be alarmed with the quality of my photos. I’ll be replacing them before I “go live”.

    Thanks!

    #815450

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

    .avia_textblock {text-align: justify!important; }

    It makes the two homepage text blocks justify, plus the text blocks on the service page.
    Please clear your cache :)

    Best regards,
    Mike

    #815456

    My hero! You’re magic! Thank you! I have one follow up question…

    As you saw on my home page, the two column area under Welcome to A Bridge to Achievement is made up of two 1/2 text boxes. As such, they don’t flow properly from the first column to the second – especially if I change font sizes or styles, etc. Is there a way to have that be one element that just automatically divides itself evenly over the two columns?

    #815471

    Hi, again! I found a thread that gave me the following code:
    #welcome .avia_textblock {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    }

    When I used it, the columns did flow from the first to the second. Yay! However, that created a couple of spacing issues that I don’t know how to fix. I’d appreciate your taking another look at my Welcome section for the issues below:

    1) You’ll see there’s a big space between the “Welcome to A Bridge to Achievement” header and the text below. I checked all the settings and the padding seems to be 0 everywhere. Can you help with that, please?

    2) You’ll see that the top line in the left column sits a little bit below the top line in the right column. Can you please let me know how to fix that.

    I appreciate the help!

    #815484

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

    #welcome .template-page.content {padding-top: 0px!important; }
    #after_full_slider_0 .template-page.content {padding-bottom: 10px!important; }

    Try testing different column-gap setting in your code above, I couldn’t test as the login doesn’t give full access.
    Best regards,
    Mike

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