/    Sign up×
Community /Pin to ProfileBookmark

moving social media buttons via css

Gang,

I have social media buttons that Im struggling to move up alongside my menu which you can see if your on a desktop computer. Just moving the social media buttons up slightly will align everything perfectly….but just cant seem to get it to budge. Any help is really appreciated? Here is the website: [url]http://sellbuyrealestate.com/[/url]

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@jedaisoulOct 16.2016 — Hi and welcome to the site. Firstly, the YouTube link is broken. Secondly, I cannot see any problem with the alignment of the social media buttons (using Chrome). That said, I suspect that you can adjust them by editing the code:

<i>
</i>.cv-social-media li {

...

<i> </i>padding:8px 0px 0px 4px;


Which is found in the file: css/socialMedia.css
Copy linkTweet thisAlerts:
@Rihan_sharmaNov 10.2016 — a {

color: #fff;

text-decoration: none;

}

.me {

width: 400px;

margin: 90px auto;

}

.me p,

.me h1 {

text-transform: uppercase;

letter-spacing: 3px;

text-align: center;

}

.me p {

font-weight: 200;

}

.me span {

font-weight: bold;

}

.social {

position: fixed;

top: 20px;

}

.social ul {

padding: 0px;

-webkit-transform: translate(-270px, 0);

-moz-transform: translate(-270px, 0);

-ms-transform: translate(-270px, 0);

-o-transform: translate(-270px, 0);

transform: translate(-270px, 0);

}

.social ul li {

display: block;

margin: 5px;

background: rgba(0, 0, 0, 0.36);

width: 300px;

text-align: right;

padding: 10px;

-webkit-border-radius: 0 30px 30px 0;

-moz-border-radius: 0 30px 30px 0;

border-radius: 0 30px 30px 0;

-webkit-transition: all 1s;

-moz-transition: all 1s;

-ms-transition: all 1s;

-o-transition: all 1s;

transition: all 1s;

}

.social ul li:hover {

-webkit-transform: translate(110px, 0);

-moz-transform: translate(110px, 0);

-ms-transform: translate(110px, 0);

-o-transform: translate(110px, 0);

transform: translate(110px, 0);

background: rgba(255, 255, 255, 0.4);

}

.social ul li:hover a {

color: #000;

}

.social ul li:hover i {

color: #fff;

background: rgba(0, 0, 0, 0.36);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-ms-transform: rotate(360deg);

-o-transform: rotate(360deg);

transform: rotate(360deg);

-webkit-transition: all 1s;

-moz-transition: all 1s;

-ms-transition: all 1s;

-o-transition: all 1s;

transition: all 1s;

}

.social ul li i {

margin-left: 10px;

color: #000;

background: #fff;

padding: 10px;

-webkit-border-radius: 50%;

-moz-border-radius: 50%;

border-radius: 50%;

width: 20px;

height: 20px;

font-size: 20px;

background: #ffffff;

-webkit-transform: rotate(0deg);

-moz-transform: rotate(0deg);

-ms-transform: rotate(0deg);

-o-transform: rotate(0deg);

transform: rotate(0deg);

}

body {

background: #25343F;

color: #fff;

font-family: 'Raleway', sans-serif;

}

Pen Drive With Logo | Promotional Pen Drive
×

Success!

Help @ASPSQLVB2 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...