• hi i am using twenty eleven theme and i m trying to make my post titles at same level of my find us on facebook plugin on my single post page i tried every thing with css but nothing worked, my site is https://www.fixpcyourself.com i tried changing #main but it results in change in position of both facebook and post titles

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!
    Open up your style.css file, locate the following selector:

    #secondary {

    and change this line:

    margin-right: 7.6%;

    to this:

    margin: 10px 7.6% 0 0;

    In that code, 10px is the top margin value, so you can adjust it further until both elements are perfectly aligned.
    Cheers!

    Hi!
    Were you able to figure this out?
    If so, could you please mark the thread as resolved whenever you can?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove space between menu and post titles’ is closed to new replies.