Forum Replies Created
-
in reply to: Centered Row In pages
So it had nothing to do with third party plugins. It was the Specular style.css code. You should look into that.
Another question though!!
Is there a way to customise the container width in using custom css or WPbakery? or do i have to ask WPbakery for that info, or create the code myself?
in reply to: Centered Row In pagesOK!!! so i couldn’t edit the style.css in the specular because it kept on bumping back to the unedited version. So i added the following code in the custom css in the Appearance customisation which did the trick.
.section_clear{margin-left:auto; margin-right:auto;}
.section-style{padding-top:70px; padding-bottom:70px;}
.vc_row{
margin-left:0px !important;
margin-right:0px !important;
float:none;
width:100%;
clear:both;
}
.vc_row .vc_row{
margin-left:auto !important;
margin-right:auto !important;
}
.wpb_row {
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-left: auto;
padding-right: auto;
}
.wpb_row.section-style, .wpb_row.standard_section {
margin-bottom: 0px;
}
I had to change the layout to fullwidth because there is still something faulty in the boxed code. but then i put my content in containers. it doesn’t quite have the desired effect with the window shadowing. But at least it doesn’t glitch out.
if you have a fix for the boxed layout design. please let me know.
in reply to: Centered Row In pagesI F@#n found the faulty code myself. Its on line 2115 in style.css
its currently
.vc_row .vc_row{
margin-left: -15px !important;
margin-right: -15px !important;
}But when i changed it to
.vc_row .vc_row{
margin-left: auto !important;
margin-right: auto !important;
}or just removed to -15px in margin-left it resolved one issue with the content being off centred.
However the problem still remains when i resize a window on desktop or use the Specular drop down menu all the content shifts to the left and a large margin is created on the right until i refresh the page.

in reply to: Centered Row In pagesIt isn’t just the Hero Boxes that have conflicting css that is causing the issue.
It is happening with the service media icons and image media on the /literacy page as well, and that is after i deactivated all the third party plugins.
And those are your own plugins for WPbakery. Its like something is forcing a margin/padding on the right side. or pushing all media items to the left. because standard in page headings are centered.
Plus on top of that when i resize my browser, or in a smaller width responsive screen, the boxed layout content box is shrinking to the left and i have to refresh page to reset it. its happening on mobile devices too.
See screen shots. and try it yourself. on /literacy.
plus the search icon in the top menu has now disappeared.
Ive tried re-installing the theme and it didn’t resolve..
If you can’t resolve any issues I would like a full refund on this theme because i have already spent too much time stuffing around trying to make it work and I won’t be able to use the Specular theme at all if its this temperamental and buggy.

in reply to: Centered Row In pagesI have updated my profile with login details for my wp site. Thanks



