-
AuthorPosts
-
July 4, 2016 at 5:29 pm #656658
There are a few layout problems I cannot fix.
There is an unwanted seporator line between an advanced layerslider element (1/1) and a textblock with a bread-crumb shortcode (1/1)
I want the breadcrumb as close below the layerslider as possible.Also there is a seporator line next to a special heading title.
I tried the following in Quick CSS:
body .column-top-margin{
margin-top: 2px;
.container_wrap#footer {
border: none !important;
.primary-background.seperator-addon.seperator-bottom{
display: none;
}
}Finally I can’t seem to reduce the width of the left sidebar.
I tried changing the width with the suggestions in other support posts:
$avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘nine’, ‘sidebar’ => ‘three alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘nine’);
$avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘nine alpha’, ‘sidebar’ => ‘three alpha’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘nine alpha’);but then the sidebar is shown below the rest of the content.
Can you help me with those three problems please?
July 5, 2016 at 3:42 pm #657106Hey niessink,
1&2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-3356 #after_layer_slider_1 .content { padding-top: 0; } .page-id-3356 .special-heading-inner-border { display: none; }3- Please go to Enfold theme options > General Layout > Dimensions and adjust sidebar size as needed :)
Best regards,
YigitJuly 6, 2016 at 11:36 am #657390Thanks Yigit, that did the trick.
But i don’t want that look for that specific page, but also for other similar pages.
So, is it also possible to apply those adjustments to the padding and inner boarder to all pages that have a parent?
So in our case not only the bedrijfskundig-advies/productierechten page but also it´s ´siblings´.Or maybe all pages that are made with a specific advanced layout builder template?
Greetings Djurre
-
This reply was modified 9 years, 7 months ago by
niessink.
July 7, 2016 at 2:15 pm #658055 -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
