Hi,
I’m using the site origin page builder, have a row with three SiteOrigin Editor widgets and have noticed that the last widget title is slightly higher than the rest. So I took a look with the developer tools and found the following (I’ve removed my text and the div class):
About
Our Clients
Contact
The title in the right box sits higher. I would like to remove the outer padding and have the boxes the same height.1. Why are there different title forms? I don’t need an alternative image, and I think should do just fine on all. How can I edit them to be all the same?
2. I have my boxes filled with background color. My wish is to remove the outside padding so that the colors butt up against each other. How (and where) do I alter this?
3. I would like this row of boxes to have a uniform height. How (and where) can I specify this.
Thanks for your help.
Regards,
Kimberley
So the code-nerd gremlin completely changed what I’ve written.
Question 1 is: how do I change the h 4 title in all to the same one?
the first title has img alt=
the second title has no definition except h 4
and the last has the class of widget title, which is also an h 4
Also, I am using a child theme of organictheme’s ‘Portfolio’ if that is any help.
Hi Kimberley
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
Hi,
no, I am building it offline with Mamp. A different vendor has told me that if I were using Mamp Pro there would be a way for them to view it, but I’m not sure how that would work.
Regards,
Kimberley
Thanks for your update. We’re not very clear on your questions at the moment which is why looking at the problem would have been easiest.
If possible, let’s start with your first question.
1. Why are there different title forms? I don’t need an alternative image, and I think should do just fine on all. How can I edit them to be all the same?
Could you please, try re-phrasing this question?
Thanks.
When I pasted the code in the first post, I didn’t thing of it being really interpreted into the format.
My problem is that although the widgets are the same widgets, they are producing some discrepencies in the headline titles of each widget. I would like to make sure that the headline title code is the same for all. Currently, as mentioned above, when I look at the html produced by using the developer tools in Safari I find:
the first title in the blue box was coded by the widget as img alt=
the second title in the green box has no other definition except h 4
and the last title in the beige box has the class of widget title, which is also an h 4
All of these should have the same code produced. The three separate widgets in the same row all produce different code for the titles. I assume that is why the one title in the right beige box sits higher than the other two titles. All titles should appear to be on the same baseline.
I’m sorry that I can’t rephrase that question any better. I would like to know how to get all titles on the same baseline as they are all the same widget contained in one singular row.
That was my first question.
Regads,
Kimberley
Thanks for your feedback. We’d need to take a look at the page to figure out what the problem is. Click PrebuiltImport/Export and use the button in the bottom right corner to download the page layout. Upload the layout to Dropbox or WeTransfer https://www.wetransfer.com/ and send us the link.
Thanks
This is a private message.
Thanks :)
The h4 tags in question aren’t being outputted by the widget, you’re manually inserting those. Click over to the Text tab in each widget to see the code view.
Right now you have:
You’re free to edit those. Here is what you’re after:
The Title field in each widget is blank. That’s the only field that would be outputting wrapping HTML.
To remove the column gutter, edit the row by clicking the wrench icon, then, click Row SettingsLayoutGutter enter 0.
To sort the height issue out, edit each widget and click Attributes on the right, enter the following the CSS Styles field.
Change the 300px value as required.
Thanks. Now everything is as I wanted it.
Enjoy your Sunday,
Regards,
Kimberley
Glad to hear that helped. All the best with your site.