Inspect Element & CSS (Beginner's question I'm afraid)
-
Hi all
My site is https://elt-argentina.com
I’m new to the whole WordPress/Web design scene and slowly getting to grips with things. Although I grasp the concept of CSS I’m struggling with putting it into practice.
For instance on my sidebar I have a ‘Follow Us’ text widget with Twitter/Facebook/RSS icons. So far I’ve managed to align things horizontally but now want to move the text up slightly and the icons down so it is centred vertically too. So far I have added the following Custom CSS which has solved half the problem:
#text-6 {
text-align: center;
font-weight: bold;
}This is the limit of my (newly found) capabilities. I’m using Chrome to try to identify what needs changing but as it involves items inside the widget I don’t know how to word the code(although I assume I will need to change the margins).
I’d be really grateful if someone could point me in the direction of where to go from here.
Thanks.
Matt
P.S. I hate to ask questions when there is such a wealth of information out there on the forums/Google/Youtube etc but despite all the research I’ve done I seem to have hit a brick all.
- The topic ‘Inspect Element & CSS (Beginner's question I'm afraid)’ is closed to new replies.