• Resolved websiteadm

    (@websiteadm)


    Hi. So I am trying to add some space between my content and my dashed border, like you can see here: https://imgur.com/a/8oewCku Blue have space between content and thewhitw dashed border, white covers don’t. The dashed border is glued to the content. How I achieve that?

    Best regards.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • threadi

    (@threadi)

    You set the properties for the styling with the Spectra plugin. Therefore I would recommend you to contact their support forum: https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/

    Thread Starter websiteadm

    (@websiteadm)

    @threadi Hi, they told me I need custom css for it and they only give support for things that are already in their plugin, then they send me to UpWork to spent money over and over again. So, it is not an issue, it is an addon, therefore no help from them, even with premium support.

    I just need a light. How I add distance between a content and the border? Forget Spectra. In general.

    Best regards.

    threadi

    (@threadi)

    Normally, you can achieve what you want with the following CSS specifications:

    div {
     border: 1px dashed red;
     padding: 10px;
    }

    In your case, this is already set by Spectra – only for an element that is itself incorrectly positioned, which makes the border appear to be positioned differently. Since the source code is generated by Spectra, you would have to refer to it for your individual solution.

    Thread Starter websiteadm

    (@websiteadm)

    @threadi thank you so much! I customized with the elements and it is working. You are a genius! You made my day :D.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add space between dashed border and the content’ is closed to new replies.