Okay
  Public Ticket #3073963
fancy box title outside box
Closed

Comments

  •  32
    Tes started the conversation

    Hi there, 

    On this page: https://vinario.nl/klanten/ (password protected: vinario22) I have 6 fancy boxes. Number 5 (financiele verslaggeving) is showing different on bigger screens. The title comes almost outside the box and/or is not centered. See attached screenshot. 

    Could you help me fix this please?

    Thanks in advance.

  •  1,877
    Judith replied

    Hi Tes,

    When inputting the password, I am getting this error.

    Please check it out:

    4039667534.png

    Thanks.

  •  32
    Tes replied

    Hi, 

    It seems like a temporarily error. should be working now!

    Thanks.

  •  1,877
    Judith replied

    Hello Tes,

    Still seeing the error:

    8101819095.png

    Thanks.

  •  32
    Tes replied

    Are you checking the correct url? Maybe try this one: https://vinario.nl/ 

    Should be working fine. 

    Thanks!

  •  1,877
    Judith replied

    Hello Tes,

    I have recorded a short video on my experience upon inputting the password, please check:

    https://www.loom.com/share/6871b8c8260d49b3bea39d9fe2c9f170

    Please check with your host provide whether there are any security settings on the server that is preventing us from accessing your website.

    Thanks

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  32
    Tes replied

    yes, that worked. Thanks!

  •  32
    Tes replied

    Thanks, that worked! 

    Would it be possible to let it have no affect on the inner of the flip box? Now the inner section is also affected and I would like that to keep it the way it was. 

  •  8,839
    Tahir replied

    Use this instead

     .nectar-flip-box .flip-box-front .inner {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team