Hello,
I am hardcoding the content in each tab because there isn’t another option provided with the theme, and I have 144 films to put in. (sigh) I need to have a blue space in between rows as shown in the screenshot. I also provided my code.
The url is: https://lbylfilms.net/action-drama/
Please advise. Thank you.
Hello @LBYL_FILMS,
Thanks for writing in!
The background color of the tabbed content panel is white. You will have to set it to transparent.
And then edit your code and add a background color to your rows like this snippet:
<div class="x-container max width pal" style="background-color: white;">
<div class="x-column x-sm x-1-4" style="margin-right:0;">
<span><img src="https://lbylfilms.net/wp-content/uploads/2018/11/lechange.jpg" alt="l'echange" width="200"></span>
</div>
<div class="x-column x-sm x-3-4">
<div class="x-text films-headline x-text-headline">L'ECHANGE</div>
<div style="margin-top:10px; line-height:23px; color:#000041;"> <strong>Producer:</strong> Jaques Stival and Salim Khassa | Written By: Jacques Stival |
<strong>Production Year:</strong> 2014, par PCM Audioviselles and LBYL Films |
<strong>Running Time:</strong> 78 minutes | <strong>Country:</strong> France | <strong>Genre:</strong> Action, Adventure</div>
<div style="color:#5e5e5e;margin-top:10px;line-height:24px;">A political web of intrigue and danger weaves through the tense movie thriller ”L’echange.” Russian terrorists kidnap the son of the French
Minister of Defense in order to use the boy as a bargaining chip to obtain the design plans of a highly sought after secret weapon. The terrorist syndicate is led by a
ruthless woman, Miss Markova who contacts the Defense Minister to meet her demands but resistance causes anger to boil over with Hell-to-pay. Influences from a shady past
cloud the picture and no easy exchange can be resolved without violence, setting up a daring rescue which changes the course of all lives involved…and ends for many more
unlucky warriors in battle.</div>
</div>
<div class="x-anchor x-anchor-button buy-now-button">Buy Now</div>
</div>
<div class="x-container max width mtl pal" style="background-color: white;">
<div class="x-column x-sm x-1-4" style="margin-right:0;">
<span><img src="https://lbylfilms.net/wp-content/uploads/2018/11/dry-run-1.jpg" alt="dry-run" width="200"></span>
</div>
<div class="x-column x-sm x-3-4">
<div class="x-text films-headline x-text-headline">Dry Run</div>
<div style="margin-top:10px; line-height:23px; color:#000041;"> <strong>Producer:</strong> Jaques Stival and Salim Khassa | Written By: Jacques Stival | <strong>Production Year:</strong> 2014, par PCM
Audioviselles and LBYL Films |
<strong>Running Time:</strong> 78 minutes | <strong>Country:</strong> France | <strong>Genre:</strong> Action, Adventure</div>
<div style="color:#5e5e5e;margin-top:10px;line-height:24px;">A political web of intrigue and danger weaves through the tense movie thriller ”L’echange.” Russian terrorists kidnap the son of the French
Minister of Defense in order to use the boy as a bargaining chip to obtain the design plans of a highly sought after secret weapon. The terrorist syndicate is led by a
ruthless woman, Miss Markova who contacts the Defense Minister to meet her demands but resistance causes anger to boil over with Hell-to-pay. Influences from a shady past
cloud the picture and no easy exchange can be resolved without violence, setting up a daring rescue which changes the course of all lives involved…and ends for many more
unlucky warriors in battle.<div>
</div>
</div>
Hope this helps.
thanks for you response. I dont have the “panels” section as indicated in your screenshot to change the background.
Hello @LBYL_FILMS,
The “Panels” tab is next to the Individual Tabs.
Scroll more to the right and you will see it.
Kindly let us know how it goes.
thank you. that worked.
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.