Problems adding a widget + alignment problems

Hi,

I’m having trouble adding a widget to the “Services” area of my homepage. I had 3 siteorigin editors on one row and my problem was with the middle widget where I want to place a Daily Horoscope widget–but it ended up on the second row to the left. In the admin section, I had placed the Horoscope widget underneath the middle siteorigin button where I think it should have been but it still stayed on the 2nd row, on the left.

Then I tried to rebuild the area by using a Layout builder and then adding the 3 siteorigin editors on one row and 3 different columns. but each column became way too narrow, bunched together, and put into the next row. I tried to experiment with 2 or 3 rows in the layout builder but it still didn’t work.

My questions are, how do I fit in this Daily Horoscope widget which is not much wider than the 2 siteorigin editors on both sides? Is it too large to fit there? I just want to fit it on the same row as the other 2 siteorigin editors…

I"ve spent hours on trying to figure this out…

Your help is appreciated!

Thanks,
Lisa

Hi,

I didn’t get a response yet but I fixed the alignment. However, I still would like to make the text Daily Horoscope and contents underneath that go a little higher to where the text line starts on the 2 columns to both sides of it. Could you help me with that? I couldn’t figure out how to raise the text higher.

Thanks,
Lisa

Hi @lisa1,

We need to see your website so we could see what CSS code should fix it. Could you send us your URL to check?

Thanks,

Cristian

Hi Cristian,

It’s www.shindospirit.com/wp-admin
Then at the login, login to wordpress.com

UN: shindoworld
PW: MonkeyBiz.com

Thank you very much,
Lisa

Hi @lisa1,

Try to decrease the padding with this css code:

#daily-horoscope-panel {
    padding: 0px;
}

Thanks,

Cristian