Hi, I’m trying to add an image and text in the about section that are aligned, as well decrease padding of that section on top and bottom: Index of /preview
Right now I’m using two text widgets for my image and text - is there a better way? Also, I’d love for the text to take up more space horizontally, right now it is constricted to a small column with the widget. It’d be nice if the image was 1/4 space and the text 3/4. Thanks!
Hey there
Thank you for question
Right now what I see on your website is different than from your description, most probably you make some changes after your question, so, please update your question and let me know updated question 
No, I didn’t make changes. It is as described. I’ve attached a screenshots of how it looks on my end. I have an image in a text box and text in a separate text box to try to make them lined up in the About section. However, ideally I’d like the image to take up a little less space and the text to go across the screen a bit more. Is there a way to accomplish that? Image taking up 1/3 and text taking up 2/3. Right now the text is taking up very little space. Also, on the mobile device, the image and text overlap and the text column is really messed up. If there is a better method I should be using let me know.
Also, I’d like there to be less padding on the top and bottom of this section. Does that make sense?
Hey there
Sorry for the delay, it happens only on the weekends,
this is how i see your page now, its changes since your last message, let me know how can i help you now:
Yes, I found another way to line up the text and image. My question now is regarding the contact-us section. Is there a way to add another address line or two? For example, below Vox, Inc. I’d love to add a line or two for the address of the business in addition to the phone number I have listed. I’d love it to be something like this:
Vox Inc.
7200 Wilshire Blvd.
Los Angeles, CA 90049
(xxx) xxx-xxxxx
Hey there
I’m so sorry to say but there is no extra field to add another address line, you have to use only one
Gotcha. I tried to change the video headings to a larger size and now on mobile devices the Voiceover section (which is the projects section) looks really off. The videos don’t seem to be lining up. Can you help with that?
Also, how do I adjust padding after the titles of the sections? As well as the padding on the top and bottom of each section block? Thank you!
One final thing is the bottom section now. I used the “Team” widget to display “special skills” It’s stacking really oddly on the mobile site (see attached photo).
Hey there
There are no video elements in that section, you are changing things after the question 
Special skill section is also fixed
Yes, I figured out how to do the spacing for mobile. I do have a question about the “Special Skills” section. I can’t figure out how to lessen the gap between my title and the content for that section (which I’ve repurposed the Team widget for. )
Also, how can I change my social media icon hover color in the contact-us section? Thank you!
hey there
Please add this CSS in appearance - customize - additional CSS
#team .section-header {
margin-bottom: 20px;
}
#contact-us .section-content .contact-us-social a:hover, #contact-us .section-content .contact-us-social a:focus {
color: #f13939;
}
Thanks!
Colorlib Support Team