Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #165722
    Jerome Dorsey
    Participant

    Is there a way to place social media icons at the right top of the page? I would like them on the same basic horizontal plane as the Title and logo. Here is an example on another web site https://sanpedro.com/ I tried putting the social icons in the footer but I have way too much “white Space” Is there a way to tighten up the “white space”? The website I am having difficulty with is https://buonospizza.com/. Thank you.

    #165742
    sapana
    Participant

    @tattoo-tom: In order to place the social media icon in header top you need to hire a customizer to get it done. If you want to remove the white space of the footer area then
    Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code

    .widget {
        padding-top: 0px;
    }
    #catch_web_tools_social_icons-2 {
    padding-top: 0px;
    padding-bottom:0px;
    }
    #site-generator{
    padding-top:0px;
    }
    .wrapper{
    padding-top:9px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social Icons’ is closed to new replies.