I'm encountering difficulty in aligning #divSocial with #divNavMenu horizontally. I attempted to use float:right, but this resulted in expanding the parent div, #divNavigation vertically and causing the social icons to move onto a separate line. It seems like there might be a small snippet of code causing this, but after spending considerable time tweaking it, I haven't found a solution yet.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html itemscope itemtype="http://schema.org/Blog" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>Tutorials Index Page</title>
...
}
The provided HTML and CSS code has been included for reference, allowing you to identify any potential issues. The objective is to have #divNavigation encompass #divNavMenu on the left side and #divSocial on the right side, both aligned horizontally.