Forum Replies Created
-
AuthorPosts
-
George KyriazisParticipant
Can anyone please help me? its very important.
George KyriazisParticipantI have tried everything. Nothing makes these 3 menu items float right on the nav bar. I even tried to hard code in items on the editor. Nothing.
Please see screenshot http://prntscr.com/v513n9 these are their ID’s
I even tried to hack my way by adding space in imaged nav items like these http://prntscr.com/v514am
Its not working because it will stack on smaller windows. How can I get some support on floating just these three items to the RIGHT on the main navbar. Thanks in advance. Its been 2 days now, hopefully I can get some guidance asap. Thanks.
George KyriazisParticipantThe forum is glitching, to make sure you see my screenshot: https://ibb.co/qRMSFhc
George KyriazisParticipantI have tried everything. There is no getting a few nav items floating left properly. This is so frustrating. I even tried to introduce clear space with empty nav items and give it the same color as the background to create seperation and it cant get to the right side next to the search.
So frustration. Can I please get some support.
What do i gotta change in the style sheet to be able to float 3 custom classed nav items to the right near the search. Thanks.
.navbar .main-navigation ul {
padding-left: 0;
}
.main-navigation li {
position: relative;
list-style: none;
display: inline-block;
float: left;
}
.main-navigation a {
color: #ffffff;
display: block;
padding: 15px;
font-weight: 700;
}
.main-navigation a:hover {
text-decoration: none;
}George KyriazisParticipantAny way I can do this properly? I dont want to break responsiveness. Thanks.
-
AuthorPosts