Forum Replies Created
-
AuthorPosts
-
June 22, 2019 at 10:45 am in reply to: How to change CSS in config-templatebuilder/avia-shortcodes #1112548
Hi Victoria,
Yes, and that is my point. I don’t really want to modify the file, because it will be overridden by updates.I know how to override CSS in the theme-files by something in the child-theme CSS, but in this case I want to override the “display:block” by something that removes the “display:block”, but how do I do that? I can’t use any other “display:xxxx”, I tried that already.
I thought of copying this directory: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table
to /wp-content/themes/enfold-child/config-templatebuilder/avia-shortcodes/table but how do I get to point to this particular directory so that the child-theme’s file is loaded?Thanks,
KariJune 11, 2019 at 1:52 pm in reply to: How to change CSS in config-templatebuilder/avia-shortcodes #1109133Hi Rikard,
Yes, exactly, that’s why I want to create a solution in the child-theme for this.
The problem is, the “display:block;” in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table should be overridden with nothing.
Normally I would override something with other CSS code. Like for example “color:black” in the enfold-theme with “color:white” in the child-theme. But in this case I need to get rid of the “display:block” without adding another “display:xxxx”.
In the private content part I added credentials.Thanks,
KarinJune 5, 2019 at 11:24 am in reply to: Table Caption doesn't show apostrophe or single quotation mark #1107481thanks Nikko, I found another solution, by using ‘ instead of ‘. This character stays visible.
Kind regards,
KarinHi Victoria,
It is working! Thank you!
Kind regards,
KarinorageJuly 5, 2018 at 4:17 pm in reply to: Sidebar and main content equal height – no footer and socket #981653Hi Rikard,
No further help needed on this topic, so you can close it.
Thanks for your support.Best regards,
KarinJuly 4, 2018 at 2:58 pm in reply to: Sidebar and main content equal height – no footer and socket #981245Hi Rikard,
Yes, I think I solved it, thanks to a previous post (https://kriesi.at/support/topic/sidebar-same-height-as-content-100-height/#post-643168).
I added the code min-height:calc(100vh – 40px); to .sidebar_left.sidebar
(and another for smaller than 768 devices:
.sidebar_left.sidebar {
min-height:40px;})
It looks like it’s working okay.Thanks and best regards,
Karin
July 4, 2018 at 9:43 am in reply to: Sidebar and main content equal height – no footer and socket #981026hi Rikard, thanks. I added the link and some scrreencaptures in the private content window.
I first thought it had to do with the position: relative; in .container_wrap in css/grid.css.
But I can not override that in the css of the enfold-child theme, so I commented it out in the original grid.css (just for checking), but that’s not the solution. Do you have a solution? -
AuthorPosts