Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #670527

    My site – http://staging.wsmsnyc.org.s167849.gridserver.com/admissions/

    On my widget area labelled “KEY ADMISSION DATES” <br> or </br> are not working

    here is my full HTML code for that section

    • Application deadline</br>
      January 9, 2017
    • Financial aid application deadline</br>
      January 15, 2017
    • Appointment completion deadline</br>
      January 15, 2017

    </br></br>

    <h5>Notification Dates and Reply </h5>
    according to ISAAGNY guidelines (Independent School Admissions Association of Greater New York)Deadlines

    • Early Decision Notification Dates (For siblings/legacy families who have chosen this option): </br>
      between December 5, 2016 and January 20, 2017
    • Early Decision Parent Reply Deadline</br>
      by noon on January 27, 2017
    • Regular Decision Notification Date</br>
      March 1, 2017
    • Regular Decision Parent Reply Deadline: </br>
      by noon on Friday March 10, 2017

    Here is what I would like for it to look like

    Mockup – https://s7.postimg.org/izu4cp4kr/Admissions.jpg

    • This topic was modified 8 years, 3 months ago by navindesigns.
    #670916

    Hey navindesigns,

    <br /> might work better, if not then please post admin login details in private and we’ll have a closer look.

    Best regards,
    Rikard

    #670919

    I tried that but it is still not working :(

    I am sending you my wordpress login

    Here is what I would like for it to look like

    Mockup – https://s7.postimg.org/izu4cp4kr/Admissions.jpg

    http://staging.wsmsnyc.org.s167849.gridserver.com/wp-admin/widgets.php

    Thanks as always

    #672379

    Hi,

    Thank you for reaching out to us, I checked your site for the line break issue and it appears to work without any issues. Please check the test link in private.

    You may be aware of this but in case you din’t know this trick click where you need a line break and hold down the Ctrl key followed by the Enter key to add a line break.

    Best regards,
    Vinay

    #672387

    I don’t think you understand my question.

    The problem is not in post or page it is is WIDGETS

    #672888

    any update please?

    #672946

    Hey!

    Try adding this code to the Quick CSS:

    #top .widget ul {
        margin: 15px 0;
    }

    Cheers! 
    Josue

    #672947

    thanks

    also, how do I increase the spacing between bullets in that section a little more?

    #672949

    Try this:

    #top .widget ul li {
        margin: 5px 0;
    }
    #672950

    that actually made it worse, it removed the bullets :(

    #672952

    Try with this instead:

    #top .widget ul li {
        margin-bottom: 10px;
    }
    #672955

    that work perfect. thanks

    one last one i need help with is this thread

    thanks as always

    #673088

    Hey!

    Glad we could help :) We will reply to the pending issue on the new thread.

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Line break not working in widget areas’ is closed to new replies.