Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 General
 Design issues
 Aligning "Ask A Question" button on detail page
Author « Topic »  

cooper
Ecommerce Template Guru

USA
2807 Posts

Pre-sales questions only
(More Details...)

Posted - 06/03/2019 :  13:35:29  
If you go to summer cedar.com (all one word... just trying to keep the spiders from finding the link) and go to any product detail page, you'll see the "ask a question" button isn't quite lined up with the other social media buttons.

Any idea how I can adjust that?

And how can I change the color of it?

Cooper

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 06/03/2019 :  17:55:23  
Hi Bill,

To change the colour go to ectstyle2.css and on line 1302 look for the following and change the background colour value

input.askaquestion, input.emailfriend{
background:#2868B2;
color:#fff;
height:21px;
border:0;
border-radius:4px;
font-size:12px;
cursor:pointer;
font-family:FontAwesome, sans-serif;
}

To change the button colour on mouseover go to line 1315

input.askaquestion:hover, input.emailfriend:hover{
background:#1BABF1;
}

Will - Bolton Manchester UK

I've just realised I am showing pre-sales questions and I will update my subscription in the next few weeks

Edited by - V45 on 06/03/2019 18:10:59

dbdave
ECT Moderator

USA
10289 Posts

Posted - 06/03/2019 :  20:25:37  
Hi Cooper, css flexbox is perfect for the social media buttons and I have an example near the bottom of this thread. https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=107608
it's less css and works perfectly for me.

quote:
div.socialmediabuttons{margin:5px; width:94%; float:left; display:flex; justify-content:center; align-items:center; flex-wrap:wrap}
div.socialmediabutton{padding:4px;}


Edited by - dbdave on 06/03/2019 20:27:16

cooper
Ecommerce Template Guru

USA
2807 Posts

Pre-sales questions only
(More Details...)

Posted - 06/04/2019 :  04:51:01  
Thank you both!

Changed the color this morning and now working on the flex box!

Cooper

  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000