6
Answers

Adding margin to text from the left

Ask a question
David Smith

David Smith

11y
970
1
1. How to push the text 5 pixels from the left.

2. Also I want to add an image in the div below. I am going to float left.

So it would be and image on the left hand side of the text. 

<div class="userContentSectionContainerHeader" >  
        <h1><span>Photos</span></h1>
   
</div> <!-- end userContentSectionContainerHeader -->

Answers (6)