I know a lot of these questions have been answered but I still can't get this to work. So I am trying to put Languages and Computer Skills on the same line as shown in the picture. "Languages" I managed to place on the same line to the right by adding \hfill. However, trying to add language skills to the right of "Basic" "Intermediate" and "Advanced" don't work. By work I mean they skip to the next line or don't align with "Basic" etc.
Here is the code:
\spacedlowsmallcaps{Computer Skills}\vspace{2em}\hfill\spacedlowsmallcaps{Languages}
\Description{\MarginText{Basic}\textsc{SQL}, VBA}
\Description{\MarginText{Intermediate}\LaTeX, OpenOffice, Eviews}
\Description{\MarginText{Advanced}\textsc{Microsoft Office}}
P.S my Latex skills are not intermediate (obviously), it came with the package I downloaded.
Thanks!
Edit: I have now managed to do this:
With the following coding:
\spacedlowsmallcaps{Computer Skills}\vspace{2em}\hfill\spacedlowsmallcaps{Languages}
\Description{\MarginText{Basic}\textsc{SQL}, VBA\hfill\textsc{Swedish}\ \ $\cdotp$\ \ \ \textsc{Native}}
\Description{\MarginText{Intermediate}\LaTeX, OpenOffice, Eviews\hfill\textsc{English}\ \ $\cdotp$\ \ \ \textsc{Fluent}}
\Description{\MarginText{Advanced}\textsc{Microsoft Office}\hfill\textsc{Spanish}\ \ $\cdotp$\ \ \ \textsc{Basic}}
However I would like them to be centered around the dot
Packages and document:
\documentclass{scrartcl}
\reversemarginpar
\newcommand{\MarginText}[1]{\marginpar{\raggedleft\itshape\small#1}}
\usepackage[nochapters]{classicthesis}
\usepackage[LabelsAligned]{currvita}
\usepackage{multicol}
\usepackage{array}
\renewcommand{\cvheadingfont}{\LARGE\color{Blue}}
\usepackage{hyperref}
\hypersetup{colorlinks, breaklinks, urlcolor=Blue, linkcolor=Blue}
\newcommand{\NewEntry}[3]{\noindent\hangindent=2em\hangafter=0 \parbox{\datebox}{\small \textit{#1}}\hspace{0em} #2 #3



tabularenvironment, but it's very hard to say from the fragment you have posted. Can you post a complete (but minimal) example that other people can compile? Ideally the example should not depend on any particular environment like overleaf or TeXmaker... – Thruston Dec 07 '16 at 08:54