Inserting with tables
-
I am trying to write a “blog”, but instead of having lots of pictures, have a “metaslider” showing the 2 – 6 or so pictures next to text.
I am wanting the text next to the slider to be the same size, font and look like the rest.
Currently, have a “table” set-up, text on right, Metaslider on right. Font does not look the same. The other texts are in “paragraph” block style. I have added to the theme’s customs css:
.entry-content table,
.entry-content table td,
.entry-content table tr {
border: none;
}
.entry-content table{
line-height: 1.647;
}Removing line around the table (too make it not look like a table) and added the line-height to make the text look the same (not 100% the same still).
I have tried columns block style, seems as though MetaSlider won’t work in this block style.
I have added a block style “Metaslider”, but not able to right align nor left align the block. Therefore, have text above and below the slider, not my goal.
There has to be a way to have sliders intermixed with text and keep all of the text looking the same.
Any advice or help would be appreciate. I am NOT a techie workpress person, therefore, simple responses appreciate.
The page I need help with: [log in to see the link]
The topic ‘Inserting with tables’ is closed to new replies.