Viewing 5 replies - 1 through 5 (of 5 total)
  • By editing your style.css and adjust the related style for the widget element.

    Thread Starter socialheavy

    (@socialheavy)

    Arie can you be more specific? I am a newbie. Perhaps a screenshot as a guide?
    Thanks!

    Sorry. But maybe you could give me a link to your side to give you more effective suggestion. Since explaining this thing might takes time without enough information.

    Thread Starter socialheavy

    (@socialheavy)

    I’ve look into the code and unfortunately it’s more than CSS issue since the width of the element is hard-coded to the template.

    That area itself left a blank space on the right side merely because it has an empty block, the same width with the left side. If you expand the with of the first block (the one with the text on it) the second block will drop below it and leave a blank space under the first block.

    I’m not aware of Weaver II theme so I cannot tell you which template file is supposed to edit.

    But you can try to edit style.css via the Theme Editor on the Dashboard and add this on the bottom.

    #weaverii_text-2.widget .textwidget div {
         padding-right: 0 !important;
         width: 100% !important;
         float: none !important;
    }

    That, I think will override the hard-coded style in the template. Hopefully.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Margin spacing’ is closed to new replies.