Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1201370

    Hi there,

    how can I adjust a column so it looks like this design our designers made? (see link below)

    regs,
    adjust columns

    • This topic was modified 4 years, 7 months ago by jorisbl.
    #1201421

    Hey jorisbl,

    This should be possible via css. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1201491

    Hi Jordan,

    the site is in maintenance mode, can I provide you a user role?

    #1201643

    Hi,

    Yes please.

    Best regards,
    Jordan Shannon

    #1201919

    Hi,

    Please add the credentials to the private area so it’s only visible to admin.

    Best regards,
    Jordan Shannon

    #1201924
    This reply has been marked as private.
    #1202174

    Hi there,

    did you receive credentials well? And did you manage to customize it through CSS?

    regs,

    #1202610

    Hi Jordan,

    could you give me an update?

    rgs,

    #1203141

    Hi jorisbl,

    You can try to use the box-shadow. Here is the generator.
    https://www.cssmatic.com/box-shadow
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-center-align-columns .av_one_third {
         border-radius: 30px !important;
        -webkit-box-shadow: -16px -28px 10px 10px rgba(255,255,255,0.57);
        -moz-box-shadow: -16px -28px 10px 10px rgba(255,255,255,0.57);
        box-shadow: -16px -28px 10px 10px rgba(255,255,255,0.57);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1203151

    Hi Victoria,

    thanks for your response. However, this is not what I mentioned. Also does this apply to all the columns, I need it for only this section.
    Could you have a look at the image I’ve sent and let me know how I can do this?

    regs,

    #1204142

    Hi there,

    could you help me out?

    regs,

    #1204234

    Hi,

    Apologies, for the delay. What is the page I should be targeting? With css we can target just that specific page id to get where we need.

    Best regards,
    Jordan Shannon

    #1204273

    it is the homepage. You can find it called ‘home’.

    regs,

    #1205059

    Hi,

    I logged in and viewed the home page and still didn’t see the section. It is just maintenance text.

    Best regards,
    Jordan Shannon

    #1205113

    Hi Jordan,

    the page is /home.

    regs,

    #1206925

    Hi,

    Apologies, I have looked at both pages labeled home on the backend and can’t see the section mentioned.

    Best regards,
    Jordan Shannon

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