-
AuthorPosts
-
November 22, 2014 at 8:46 am #150475
Okay, what am I missing? This MUST be a no-brainer and I can’t figure it out. How do I center a button by using the visual composer button tool? It stays left aligned. I tried centering the text and adding css (which was probably the wrong css, since I’m new to this).
I’m using Integrity 8, the newest version of everything.
Thanks!
DawnNovember 23, 2014 at 5:09 am #150902Hi there,
In style field of you button add
margin: 0 auto;display: table;
to align your button .Hope it helps
November 24, 2014 at 6:25 am #151520Thank you. I would have NEVER known that and I’ve watched every video you have to offer.
November 24, 2014 at 8:41 am #151665No Problem,
have a great day
January 26, 2015 at 2:17 pm #192071Hi there, I just updated the theme to the latest version and it bumped my button to right alignment (it was centered like I wanted it after following your latest instructions). Can you tell me how to make the “See our Portfolio” button centered on my home page again? http://www.newskywebsites.com
Integrity Child Theme – WP version 4.1, latest version of X
Here is my code:
[button href=”http://newskywebsites.com/portfolio/” title=”Check out our work and customer feedback!” target=”blank” shape=”rounded” size=”x-large” block=”false” circle=”true” icon_only=”true” info=”popover” info_place=”top” info_trigger=”hover”] See Our Portfolio [/button][/container] [/content_band]Thanks!
DawnJanuary 26, 2015 at 2:17 pm #192072Oh, and this is NOT in visual composer anymore… sorry!
January 27, 2015 at 2:18 am #192458Hi there,
Please wrap it inside content band and add
margin:0 auto; display:table;
in style field of button shortcode.Thank you.
January 27, 2015 at 9:47 am #192725I’m sorry, I tried inserting the short code for this and it keeps messing up the rest of the page design. I am not able to use the Visual Composer for this page. Can you look at my code and tell me exactly how to fix this so the Portfolio button is centered?
Thanks so much!
Dawn[/column] [visibility type=”visible-phone”] [gap size=”50px”] [/visibility] [column type=”one-third” last=”true”] [feature_headline class=”mtn mbs” level=”h3″ looks_like=”h5″ icon=”shopping-cart”]eCommerce[/feature_headline][image class=”center-block” src=”http://newskywebsites.com/wp-content/uploads/2014/11/eComm-PurityWorks.jpg” alt=”eCommerce Store Website for Purityworks, FL” type=”none” link=”true” href=”http://newskywebsites.com/portfolio-item/purityworks/” title=”eCommerce Store Website for Purityworks, FL” target=”blank”] [gap size=”50px”] [feature_headline class=”mtn mbs” level=”h3″ looks_like=”h5″ icon=”edit”]Copywriting[/feature_headline][image class=”center-block” src=”http://newskywebsites.com/wp-content/uploads/2014/11/Copywriting-AlternativeAd.jpg” alt=”Website copywriting services for Alternative Advertising, WI” type=”none” link=”true” href=”http://newskywebsites.com/portfolio-item/alternative-advertising/” title=”Website copywriting services for Alternative Advertising, WI” target=”blank”] [gap size=”20px”] [/column] [gap size=”20px”]
[button href=”http://newskywebsites.com/portfolio/” title=”Check out our work and customer feedback!” target=”blank” shape=”rounded” size=”x-large” block=”false” circle=”true” icon_only=”true” info=”popover” info_place=”top” info_trigger=”hover”] See Our Portfolio [/button][/container] [/content_band]
[content_band no_margin=”true” inner_container=”true” bg_color=”#fff” border=”vertical”]
[blockquote type=”center” cite=”Tim Brudnicki, Eau Claire Woodworks”]January 28, 2015 at 1:07 am #193202Hey Dawn,
In that case, please give us access to your WordPress admin so we could see your setup.
Thanks.
January 28, 2015 at 10:04 am #193503This reply has been marked as private.January 29, 2015 at 2:19 am #194129Hey Dawn,
I added style=”width:100%” to your button shortcode to center it (see http://prntscr.com/5yfvtz).
Hope that helps. 🙂
January 29, 2015 at 8:18 am #194364Perfect! Thank you so much!! I tried buying a different WP theme after using this one first and the support was NOTHING like you guys!!
January 30, 2015 at 4:27 am #195039Thank you so much for the kind words, we always aim to provide the best support in the industry.
-
AuthorPosts