• Resolved delanthear

    (@delanthear)


    Hi,

    I’ve a 2 column container, roughly 30% 70%.

    When you reduce the size of the screen to mobile size, it converts to 2 rows, rather than side by side. This is good,

    However the column that was on the right seems to have unset-able padding in it. I can’t find where it’s coming from in the inspector at all.

    https://imgur.com/a/X13jsaT – This shows the whole uagb-container-inner-blocks-wrap around the two blocks. You can see no padding, just margin.

    The two wp-block-uagb-container inside it both have padding which is the same.

    https://imgur.com/a/6PWrXyU this show the h2 which is the first thing in the second container. You cans see there is no margin or padding on it, yet is is a about 10-20pixels indented from the left. (the red line)

    Any ideas why?

    (Apologies for all the censoring, trying tnot to give the site away while it’s worked on and it’s annoying you can’t post hide/edit threads once resolved )

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter delanthear

    (@delanthear)

    I can pull the content where I want it by adding a margin-left: -20px to the right handside column, but surely I shouldn’t need to do that across the site to allow them to flex properly?

    Thread Starter delanthear

    (@delanthear)

    Hi, this is being caused by ol or ul tags within Spectra containers.

    If I delete them, the flow works properly. If I remove the following CSS attributes from them, it also works:

    From: main.min.css?ver=3.9.4

    ol, ul {
        margin: 0 0 1.5em 3em;
    } 

    It seems something in spectra doesn’t like these margins. Looks like a bug.

    • This reply was modified 2 years ago by delanthear.

    Hello @delanthear,

    It is hard to determine the issue without looking at your website. In order to maintain confidentiality, I’d request you open a support ticket from here: https://wpspectra.com/support/ so that we can help better.

    Regards.
    Judith.

    Thread Starter delanthear

    (@delanthear)

    Raised you the ticket.

    Hi @delanthear,

    Thanks for raising a ticket with us.

    We will look into the ticket and respond accordingly.

    Regards.
    Judith.

    Hello @delanthear,

    It’s been a while since we heard from you, please allow us to mark this ticket as resolved, and please feel free to open a new thread in case of any other queries.

    Regards.
    Judith.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Wrapping containers include unchangable space’ is closed to new replies.