alexandrofll
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Responsive Tabs] CSS for more than one column inside tabHi, I don’t think that has to do with the plugin or the css, I have read a lot of time that wordpress does that automatically, I am not sure how to work it out…
Thanks for the replay, that part will work fine for me. Let me try to explain better the other part. Let’s say I have a page already created, in which I have to update the content on daily basis and I don’t want the social auto post to be trigger every time I update the page, but only if I update the information in one of its custom fields. In other words I want to be able to setup a rule so that the social auto post triggers only if I edit a specific custom field within the page. Thanks in advance…
Forum: Plugins
In reply to: [Tabby Responsive Tabs] CSS for more than one column inside tabThank you very much for the replay, it pointed me to int the right direction, but to avoid the scroll showing up I used the following:
.insidetab-wrapper:after{
content: ”;
display: block;
clear: both;
}.left {
float: left;
width: 220px;
}.right {
float: left;
width: 460px;}
It makes perfect sense, thanks for the information. I was able to solve the problem with the solution you provide.
.responsive-tabs .responsive-tabs__panel {
word-wrap: break-word;
}Thanks again…
Oh I am actually referring to the content section of the tab, not to the title section. Like if you have a very long word within the tab content, the line will not break until it reach the space after that word, so the word will be overlapping and going out of the right border of the tab.
Thanks for the replay, the information was really helpful and I was able to solve the problem that way.