I successfully made the home page be 3/4 and 1/4 but I don’t know how to apply that to subpages. I used
[vc_row][vc_column width="3/4"][vc_column_text]
in the “text” editor and closed out the tags ok.
Specifically, I need to have the sidebar on the subpages be 1/4 wide instead of the 1/3 it is now.
Also, when viewed on mobile phone, the pop out menu is UNDER the content of the page.
The website is http://www.jlifebuzz.com
Hello,
Unfortunately we only recommend the use of a 3 column layout. 4 columns create issues with our theme.
https://forum.tagdiv.com/how-to-use-visual-composer/
Please use just the 3 column layout. Any other layout represents custom work which we cannot guarantee to work.
Thank you!
how do I make the side bar more narrow for all pages? I made the home page using 4 columns which I’ll switch back to 3 columns. The home page does not use the same sidebar as the subpages do. I need to make the subpages match the home page. How do I make set the actual pixel dimensions of the sidebar?
Also, please look at the site. I am using a slider on the home page that is overlapping the menu when viewing in mobile. How do I make the slider appear behind the pullout menu?
Thank you,
JM
Hello,
Unfortunately this customization requires a bit of work. The theme was built to work with 3 columns. Each of these columns has a width of 33.3% of the screen. If you decrease the width on one of these columns, the layout will be broken. Change one element and others will be affected by this change so you will have to change their width as well and adjust the positioning. Unfortunately it is not an easy task and we do not recommend it.
You can set a sidebar for each of your pages by either selecting a sidebar: http://screencast.com/t/pQwcTvsVX, or creating one in the page with visual composer: http://screencast.com/t/ZgKggOEc
The slider you mentioned is a plugin and it is not tested to work with the theme.
you can use this custom css to make it fall behinf the menu:
#advps_container1{
z-index:0!important;
}
Thank you!