Hi
I am trying to design my page to a layout in 3 columns similar to this page on another website
As you can see this has three columns 1 image,I header and text description,right sidebar with smaller width red section inset for product categories. That is similar to what I want to acheive. However my best efforts to have the red categories section are in the link below. How can I have the layout similar to the link above.
Thanks
James
Hey jshughes2013,
You need to have a sidebar and those are product categories which are added by a widget. And your page is full-width, without a sidebar.
Best regards,
Victoria
Hi Victoria
When I tried to add a sidebar it would only appear at the bottom right (or left if i chose) see this link where ”categories” are.
Thanks
James
Hi James,
This color section does not allow the sidebar to be higher. You can remove it and use the 1/1 element and put the same content in it.
Best regards,
Victoria
Thanks Victoria
How can I put a colour background category submenu inside this sidebar without the background colour taking up all of the sidebar?
James
Hi,
You would just need to target the class or id of the category sub-menu.
Best regards,
Jordan Shannon
Could you give me an example on how to do this Jordan?
Thanks
James
Hi,
Please see screenshot in Private Content area, you will see that the classes: “.flex_cell.avia-builder-el-7” make up the whole column, while “.flex_cell_inner .avia-builder-el-8 ” make the area you would like red.
So for example:
.flex_cell_inner .avia-builder-el-8 {background-color: red !important;}
Best regards,
Mike