Tagged: tab styling
Hi,
I am trying to make a tab section similar to this example:
https://www.dropbox.com/s/3do2uygqx2sj9p9/Screen%20Shot%202015-12-30%20at%206.16.47%20pm.png?dl=0
(https://www.hewi.com/en/sanitary/)
I have created the following:
http://synergy-build.com/toilet-accessories/
I want the image to be flush with the left and right of the borders (so ideally to bring the borders in.
What’s the best way to do this?
Hey markpevans!
Add this to a codeblock element in the page.
<style type = "text/css">
.tab_content img {
width: 100% !important;
height: auto !important;
margin: 0px !important;
}
</style>
Best regards,
Elliott
Hi Elliot,
I tried adding this code to the custom css but nothing has changed.
Any other ides?