Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1181291

    Hi

    I would like to add the coding below as it relates to Freetobook booking service however the formatting is been overridden by the Enfold theme. Is there any way around this, please?

    #1181302

    Hey,

    Thanks for contacting us!

    Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    You can add following code to Quick CSS in Enfold theme options > General Styling tab to bring “availability” button inline with date fields

    .ftb-widget .ftb-bookingWidget__inner {
        align-items: center;
    }

    Best regards,
    Yigit

    #1181330

    Hi

    Unfortunately, that didn’t work. I have put the login details below plus a link re the image

    Thanks

    #1181340

    Hi,

    I added your Widget Area element inside a Color Section element with a unique ID “fwcs” and then added following code to bottom of Quick CSS field

    .ftb-widget .ftb-bookingWidget__inner {
        align-items: center !important;
    }
    
    #fwcs .container { 
        max-width: 100% !important; 
        width: 100% !important; 
        padding: 0;
    }
    #fwcs .widget {
        padding: 0;
        margin: 0;
    }
    #after_section_1 { 
        border: none; 
    }

    Please review your website :)

    Best regards,
    Yigit

    #1181362

    That’s perfect thank you :)

    #1181366

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding link coding not working’ is closed to new replies.