How Can I Adjust Spacing in a List?
-
The home page of this site (https://culturalconfidence.com/) contains a “>” symbol as bullet points underneath the photos in the center of the page.
I would like to remove those bullets but keep the formatting of the words (the same size and the color you see now).
The page is coded however — it’s not as simple as just removing the bullet points. That’s where I need help in what to do next.
The bulleted section is marked off by <span> tags. When I remove the <span> tags, the bullets go away and when I add an H3 tag, the font is the size and the color I want it to be.
However, there is a double line space in between each of the words.
As an example it looks like this when I remove the <span> tags:
International Assignments
Expatriate Risk Management
Workplace Diversity
I just want single spacing. And not sure how to get that single spacing.
This is the code on the page:
<div class=”col four start-row”>
<div class=”tt-element”>
<div class=”tt-column_service”>
<div class=’tt-cs-container’>
<h3 class=’tt-element-title’>/intercultural-training-consulting/corporate/” target=””>Corporate Training</h3><!–<div class=”imagewrap”> <img src=”<?php bloginfo(‘template_url’);?>/images/Intercultural.jpg” alt=”” /></div>–>
<div class=”imagewrap”>/intercultural-training-consulting/corporate/” target=””><img src=”<?php bloginfo(‘template_url’);?>/images/CORPORATE-PROGRAMS.jpg” alt=”” /></div>
<!–<p class=”pp_txt”>Our corporate offerings include training in the areas of:</p>–>
<p class=”progarm”>
<span>/intercultural-training-consulting/corporate/”>International Assignments</span>
<span>/intercultural-training-consulting/corporate/”>Expatriate Risk Management</span>
<span>/intercultural-training-consulting/corporate/”>Workplace Diversity</span>
- The topic ‘How Can I Adjust Spacing in a List?’ is closed to new replies.