Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #743425
    #745528

    Hey nazortho,

    you need to work with code for this. To move your navigation use this code inside Quick CSS field:

    nav.main_menu {
    left: -10px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #746352

    Thanks, Andy. When I use that, the social icons push onto the next line, even though there’s tons of space to the right of them. They’re really the problem here. Is there a way I can just center or align them differently?

    #746985

    Hi,

    this does not happen for me, when I check your website. However, you can move social icons with this code:

    ul.noLightbox.social_bookmarks.icon_count_2 {
    left: 10px;
    }

    Adjust as needed.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.