Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    full width button 1
    full width button 2

    • This topic was modified 8 years, 6 months ago by macomac75.
    #638224

    Hey 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,
    Jordan

    #638232

    thanks 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

    #638569

    Hi 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,
    Rikard

    #638589

    hi,

    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.

    Immagine 1

    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

    #639069

    Hi,

    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,
    Ismael

    #640041

    the 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

    #640328

    Hi,

    try this code inside of Quick CSS field:

    #contattaci {
    left: -6%;
    width: 112%;
    }
    

    Best regards,
    Andy

    #640605

    thanks for the reply,

    Unfortunately, the code does not work

    What can I do to fix it?

    thank you

    Marco

    #640838

    Hi,

    try to add an !important to it:

    #contattaci {
    left: -6% !important;
    width: 112% !important;
    } 
    

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.