-
AuthorPosts
-
May 25, 2016 at 7:06 pm #638217
good morning
I thank you in advance for your help which is always very important to me and I apologize again for my bad English.
I would like to use a full width button, but the button does not become as wide as the screen. Using the same settings on some pages gives me the desired effect, but in others not, how can I do to fix it?
I enclose two photos, where I’m from in the first error and the second as I would like it to be.
thank you
Marco
- This topic was modified 8 years, 6 months ago by macomac75.
May 25, 2016 at 7:11 pm #638224Hey Marco,
Thanks for getting in touch with us!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Also tell us the two pages that have the buttons in the screenshots you provided above.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username.
Best regards,
JordanMay 25, 2016 at 7:40 pm #638232thanks for the quick response
I enclose credentials
the first photo page: Pareti mobili in laminato e metallo. Le pareti ufficio tradizionali a Bologna, Modena, Reggio
the second page is the photo: Pareti in Vetro e Cristallo. Pareti Vetrate Eleganti e Insonorizzate a Bologna, Modena, Reggio.thank you
Marco
May 26, 2016 at 8:14 am #638569Hi Marco,
For the fullwidth button to go to and from the browsers edge you need to add it without a containing element like a 1/1 for example, otherwise it will stay within the width of that element.
Best regards,
RikardMay 26, 2016 at 9:11 am #638589hi,
thanks for the reply but the full width button is not contained in any element, however, does not appear until the edges of the browsers.
I put the same settings, but works on some pages and not others and I can not understand why
I hope you can help me
thank you
Marco
May 27, 2016 at 4:52 am #639069Hi,
Thank you for the screenshots. Where did you add the full width button? We can’t find it anywhere in the home or the contact page. Anyway, we created a test page here: http://www.gamarredi.it/test
Best regards,
IsmaelMay 29, 2016 at 9:42 pm #640041the problem is in this page: http://www.gamarredi.it/pareti-divisorie-ufficio/pareti-in-laminato
the settings are the same but does not cover the whole screen button
because?
I apologize again for my bad English
thank you
Marco
May 30, 2016 at 1:17 pm #640328Hi,
try this code inside of Quick CSS field:
#contattaci { left: -6%; width: 112%; }
Best regards,
AndyMay 30, 2016 at 9:34 pm #640605thanks for the reply,
Unfortunately, the code does not work
What can I do to fix it?
thank you
Marco
May 31, 2016 at 11:39 am #640838Hi,
try to add an !important to it:
#contattaci { left: -6% !important; width: 112% !important; }
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.