Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1094871

    Hi,

    I was wondering if there is a way to have a double line broder for a column element and one that may also be of different line widths for a column border? I have three columns that I would like to add a further border line arouynd them

    Please detail below.

    Cheers
    John

    #1094873
    #1095109

    Thanks for the reply but how do I apply this to the current border elements for the columns I already have in place?

    Cheers
    John

    #1095124

    Learn to use Chrome Inspector/Dev Tools in the Chrome Browser and how CSS manages what you are looking at
    https://www.codecademy.com/articles/f1-u2-chrome-inspector
    https://developers.google.com/web/tools/chrome-devtools/beginners/css

    Knowing the basics of this stuff is fundamental to your success

    Most certainly you will have times where it gets confusing and need to ask for help

    #1095155

    Thanks aribann but I dont have the time to figure this out hence my request from support on the existing element I have in place.

    Support, could you please look at my initial request and advise.

    cheers
    John

    #1095429

    Hi aussiedropbear,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1095551

    Hi Victoria,

    Link in PC for you.
    Cheers
    John

    #1096016

    Hi John,

    Thanks for that, it looks like the token has expired though so I’m getting a 404 error when trying to login. Please provide a new token or regular login details in private.

    Best regards,
    Rikard

    #1096094

    Hi Rikard,

    That is odd.

    Please see login detail below.

    Cheers
    John

    • This reply was modified 5 years, 4 months ago by aussiedropbear. Reason: Site was migrated to live host. changed the login detail
    #1096352

    Hi John,

    The login is still not working but it doesn’t matter since your site is public now. Please try the following in Quick CSS under Enfold->General Styling:

    .home #hello .av_one_half .av_one_third {
      border-style: double;
    }

    Best regards,
    Rikard

    #1096375

    Thanks Rikard,

    I tried the suggested code however it doesn’t seem to make any change to the borders?

    I’ve added a new access link in PC.

    Cheers
    John

    #1096707

    Hi John,

    You will likely have to remove the styling from the column, or try to override the settings using this instead:

    .home #hello .av_one_half .av_one_third {
      border-style: double !important;
    }

    Best regards,
    Rikard

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