• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Showcase Pro – How to move button in front-page-1 slightly to the right

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Showcase Pro – How to move button in front-page-1 slightly to the right

This topic is: resolved
  • This topic has 7 replies, 3 voices, and was last updated 8 years, 6 months ago by XWrecon.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • March 23, 2018 at 9:17 pm #218293
    XWrecon
    Participant

    I am starting to build a sight using Showcase Pro https://showcase.designbybloom.co/
    and was wondering how I could move the "Get Showcase" button slightly to the right so that it is not centered anymore? I know you can do an alighright in the widget but this is pushing it too far right. Is there any code I could use to move it right and have some control on how far right to move it?

    Any help is appreciated!

    March 24, 2018 at 2:23 am #218294
    brock
    Member

    You can use the CSS position property.

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    March 24, 2018 at 7:19 am #218295
    XWrecon
    Participant

    Thanks for the reply!

    I took a look but am pretty new to coding. If I wanted to move the button (which is currently centered) for example one inch to the right of center would I be doing something like position relative left: xxpx in CSS and then figure out how to put it in the html somewhere?
    Is there just a html only option to move this button to the right?

    Thanks!

    March 24, 2018 at 7:29 am #218296
    XWrecon
    Participant

    I am still developing this site but here is another example of the Showcase theme I did to give you a specific example:

    http://www.purchaseorderfinancing.com

    I would like to move the "Let's Talk" button over to the right (for example right under the "any size" copy in the line above.

    Hope that helps clarify my needs.

    March 24, 2018 at 8:46 am #218297
    Erika
    Participant

    Hi XWrecon,

    This code should do it for you. Place it at the bottom of your css file near the other media queries:

    @only screen and (min-width: 1100px) {
    .front-page-1 .button {
    	margin-left: 367px;
       }
    }

    Let me know if this helps!

    March 24, 2018 at 9:11 am #218298
    XWrecon
    Participant

    Thanks Erika that did it!

    Just one follow up question, I plan on putting a small logo (image.png) just below the button and wass to move it right as well. I so was wondering if I could do something similar to what you are showing here for the image? Or would this be some sort of html code to move the image to the right?

    March 24, 2018 at 7:33 pm #218309
    Erika
    Participant

    Hmm, you could try:

    <img src="YOURIMAGE.jpg" alt="IMAGE DESCRIPTION" class="front-page-1-pic">

    Place the above code in your custom HTML widget with all the other info. Then swap out the other code I gave you with this:

    @only screen and (min-width: 1100px) {
    .front-page-1-pic,
    .front-page-1 .button {
    	margin-left: 367px;
       }
    }

    You may have to center the image before it lines up appropriately.

    March 25, 2018 at 2:22 pm #218321
    XWrecon
    Participant

    Thanks!

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Showcase Pro – How to move button in front-page-1 slightly to the right’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble