Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #157302
    CandidLeaks
    Participant

    Hello guys,

    how can i move the buy now button more to the left?
    IMGUR

    #157335
    Skandha
    Participant

    @candidleaks: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #157368
    CandidLeaks
    Participant
    #157456
    Skandha
    Participant

    @candidleaks: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1001px) {
    	#homepage-message .right-section {
    		margin-right:100px;
    	}
    }

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

    #157461
    CandidLeaks
    Participant

    worked perfect! thanks alot

    do you have the same for the footer cause on the left its center on left but right is like between half of site and right. need to move it ro the right.

    #157528
    Skandha
    Participant

    @candidleaks: You seem to have added the links in the footer outside of any <div>. Can you insert those links inside a <div> like this in Footer Editor option:

    <div class="align-left">
    
    <a href="http://candidleaks.com/disclaimer/" title="Disclaimer"><span>Dislaimer</span><div></div></a>
    |
    <a href="http://candidleaks.com/refund-policy/" title="Refund Policy"><span>Refund Policy</span></a>
    |
    <a href="http://candidleaks.com/privacy-policy/" title="Privacy Policy"><span>Privacy Policy</span></a>
    |
    </div>

    Then I can provide you CSS Codes to align the links in the footer.
    Kind Regards,
    Skandha

    #157547
    CandidLeaks
    Participant

    ok i did. changed nothing optical

    #157549
    CandidLeaks
    Participant

    alright i fixed it with (Additional CSS):

    .align-left {
    float: right;
    }

    thanks for your help my friend!

    #157563
    Skandha
    Participant

    @candidleaks: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘can i move the Buy now button near the text’ is closed to new replies.