Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #666440

    Hi Kriesi team,

    unfortunately text of my promobox is overlapping the call to action button for certain resolutions.

    I already tried this code, which didn’t solve the problem.

    .avia-promocontent {
        margin-right: 250px;
    }

    I have a similiar problem for icon boxes as well.

    Have you a fix for those issues?

    Best,

    Andreas

    #667723

    Hey andreasobermeier,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-promocontent {
        margin-right: 20%;
    }
    @media only screen and (max-width: 768px) {
    .av_one_third { width: 100% !important; margin-left: 0 !important; }}
    

    Best regards,
    Yigit

    #667858

    Hi Yigit,

    unfortunately this code doesn’t work (neither for promo box nor for the icon box problem.

    Have you any other idea?

    Best regards,

    Andreas

    #667981

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #668617

    Hi there,

    posted the login credentials in the private content area.

    Please let me know if you need any more information.

    Best regards,

    Andreas

    #669973

    Hi,

    You had some errors in your style.css file, i corrected them. Please review your website now

    Best regards,
    Yigit

    #675040

    Hi Yigit,

    thank you for that.

    As far as for now, there are no more problems at this topic.

    Thank you for your help.

    Best wishes,

    Andreas

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