Logo, Social Share Icons, and Tag line
-
I will greatly appreciate any help in aligning the Logo, Social ‘Share’ Icons, and Tag line all in a single line.
Here is what I have done so far:
I have created the widget areas 1) After the header 2) After the Navbar, and 3) after the logo.
I have removed/hide the ‘bavbar’ using the following:.navbar,
.navbar .navbar-inner,
.navbar .nav {
webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}Now, I would like to put the social ‘share’ icons/links (using a plugin) in the “after the logo widget area”, or whatever.
When I do it, all the icons break up and show in a vertical line under the logo.
Obviously, I need to extend the ‘span’ of the logo and reduce the span of others (navebar/tagline).
Someone was suggesting using the css:
.row-fluid .span3
.navbar-wrapper .brand {width:70%; float:left;}
.navbar-wrapper .navbar {width:30%; float:right}To me, this css doesn’t seems right. didn’t work.
Most obviously, I will need to change the settings of the respective spans of these elements in the the ‘functions.php’ (child theme).
The site is: https://newsscouter.com/
Please check the site. Once done, Site Logo, Social Icon bar, and the Tagline all will be on a single line.
Thank you very much for any help and advice
- The topic ‘Logo, Social Share Icons, and Tag line’ is closed to new replies.