Page - how ensure space after last bullet point, how italicize quotations, looks like code is there

Discussion in 'Woodpecker WordPress Business Theme' started by sharonamiller, Dec 29, 2015.

  1. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Hi,

    http://www.wptoys2.com/madlibs/focus/change-yourself/

    How do I make sure there is a space between the last bullet in a series of bullet points and the next line?

    How do I italicize the quotation?

    I tried to use the formatting features provided on Edit Page. The italics I believe show up in the Text Format view but not when the page is published? Same with the spacing after the list of bullet points.

    Help - thanks,

    Sharon
     
  2. nitin

    nitin Guest

    Hi Sharon,

    Greetings from InkThemes,

    To add space between the last bullet and the next line, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .page-content.clear ul {
    margin-bottom: 5px;
    }

    Note:- Please change the numeric value accordingly.

    Next, regarding italicize of the quotation, I regret to say that I could not determine which quotation are you concerned about ? Could you please provide us some edited screenshot of the concerned area, so that we can assist you accordingly?

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Hi Nitin,

    Not sure how to give you an edited screen shot. Here is the PAGE:


    http://www.wptoys2.com/madlibs/focus/change-yourself/

    The quotation is under the picture and starts with... "We are geniuses at coming up with excuses to avoid change...."

    On this same CHANGE YOURSELF page, there are several bulleted lists with different numbers of bullets.

    It all looks good on the back end and then when I view the page the quotation is not in italics and there is no space after the final bullet in each of the lists and the next paragraph.

    If you look at the page, I think you'll see what I mean.

    Just to be clear, to add spaces after bullets on pages I add code to Theme Options/Styling Options/Custom CSS?

    Thanks so much for your patience,

    Sharon
     
  4. priya

    priya Guest

    Hello,

    Would you please make changes in your page as mentioned in the screenshot given below.

    spacing_italic.png

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Priyanka,

    Yes, I now have the spaces I need. THANK YOU!

    No, the italics didn't show up when I viewed the page: http://www.wptoys2.com/madlibs/focus/change-yourself/

    In the dashboard, on both the Visual and Text (with the <i> and </i>) views the italics show.

    What am I missing?

    On another note...on that same page I have links to different pages on my sites. They don't stand out. How can I make those links red? On every page I have links to other pages.

    Thanks,

    Sharon
     
  6. christinahill

    christinahill New Member

    Joined:
    Dec 28, 2013
    Messages:
    1
    Likes Received:
    0
    This does not work. I am using Woodpecker Pro version
    Version: 1.1.0


    and I put in the <i> tags and it does not italicize

    did you remove that feature out of the theme?
     
  7. priya

    priya Guest

    OK!!!

    You can try one more way to make the text italic...

    1) Please follow the screenshot given below.

    italic_tag.png

    2) Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    em {
        font-style: italic;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page