Which line are you referring to? Here is my CSS (note there’s a lot commented out,so view it in sublime so you can see easier):
/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here… */
/* Enter Your Custom CSS Here */
/* Search bar on all pages wider*/
/*
.searchandfilter input[type=text] {
width: 400px;
}
*/
/* Top menu
#menu-top-menu {
font-size: 15px;
width: 600px;
}
*/
/* Top menu through customize widths, problem is this looks bad in mobile, if you turn the top menu off in customize and turn on the “Insert Page” plugin and turn on the code I have in the child theme in the header.php it looks better but it has the text load issue */
div.col-md-6.col-sm-6.text-left.clearfix {
width: 70% !important;
}
div.col-md-6.col-sm-6.text-right.clearfix {
width: 30% !important;
}
/* This is for the top right with the div id of top-right */
#top-right {
font-size: 15px;
}
#top-right a:hover {
text-decoration: none;
}
/* Banner width and height
img.fl-logo-img {
max-width: 210%;
}
div.fl-page-header-wrap {
height:87px;
}
*/
/* End banner */
.fl-page-nav-wrap {
display: none;
}
/* Remove author in posts
.byline.byline-cat {
display: none;
}
.breadcrumbs {
display: none;
}
*/
/* Remove author in posts on homescreen */
div.fl-post-feed-meta {
display: none;
}
/* Remove author in posts */
div.fl-post-meta.fl-post-meta-top { display: none; }
/* Links Home larger text
.links-all {
font-size: 120%;
text-decoration: underline;
}
*/
/* Links in Top Menu Larger */
div.fl-page-bar {
font-size: 110%;
}
/* Contact right side larger text */
#contact-right {
font-size: 120%;
}
/* Width for input boxes on society page */
.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select {
width: 300px !important;
}
/* Lightbox arrow size
button.mfp-arrow {
size: 200% !important;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
width: 270px !important;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
}
*/
/* Pagination Next and Previous
.fl-post-page-nav {
font-size: 300% !important;
}*/
/* Width of main content
.fl-page {
margin-left: 8.5% !important;
margin-right: 8.5% !important;
width: auto !important;
} */
/* Gallery Sub Pages
img.fl-photo-img {
width: 500px !important;
} */