Top bar widgets and contact swapped alignment
-
Since updating the theme files, the top-bar col-md-6 pull-right and pull-left have swapped places. So my social icons (HTML widget) in col-md-6.pull-right are now floating left. The same goes for the contact information (menu) on the other side which should float left now floats right.
If I remove the custom HTML widget with my social icons in, the contact info will revert to floating left as expected.
Using V3.0.14 of Hestia with Child Theme. CSS for the child theme top bar is below for reference. This worked prior to the latest update.
/* Style top bar font awesome icons */
.hestia-top-bar .widget .textwidget .fa {
padding: 10px;
font-size: 20px;
width: 30px;
text-align: center;
text-decoration: none;
}/* Contact navbar styling topbar */
#top-bar-navigation a {
font-size: 14px;
}The page I need help with: [log in to see the link]
- The topic ‘Top bar widgets and contact swapped alignment’ is closed to new replies.