This topic has 8 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #139761
     kjcarleo
    Participant

    Hello, is it possible to change the default location of the Social Sharing Option? See the attachment, I would like it before the bottom RED banner I created with the stars,

    Attachments:
    You must be logged in to view attached files.
    #139855
     Laura
    Moderator

    Hello, that would require some adjustments, i suggest to contact a developer about that

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #140137
     kjcarleo
    Participant

    Ok maybe I will keep it where it is. Is it possible to change the spacing bewteen the —– SHARE THIS —– and the icons though?

    #140675
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    .share-links div.hr-title {
        margin-bottom: 10px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #140818
     kjcarleo
    Participant

    Yeah that works great, thanks. Is it possible to change the margin above and below the social share container?

    #140819
     kjcarleo
    Participant

    I’m trying to make it as tall as the row above (red with stars and lines)

    #141077
     Laura
    Moderator

    Hello, try this css

    COPY CODE
    
    .home-page .share-links {
        text-align: center;
        padding: 0px;
        clear: both;
    }
    

    Delete .home-page if you want it to be global ( also affect blog post share links )

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #141085
     kjcarleo
    Participant

    What line could I adjust to make it a little more white space at top and bottom? What is “clear: both” for?

    Kevin

    #141317
     Laura
    Moderator

    Hello, this

    COPY CODE
    
    .home-page .share-links {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        clear: both;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?