Title: lundvik's Replies | WordPress.org

---

# lundvik

  [  ](https://wordpress.org/support/users/lundvik/)

 *   [Profile](https://wordpress.org/support/users/lundvik/)
 *   [Topics Started](https://wordpress.org/support/users/lundvik/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lundvik/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lundvik/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lundvik/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lundvik/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lundvik/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ascend] Elementor header not working](https://wordpress.org/support/topic/elementor-header-not-working/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/elementor-header-not-working/#post-13623679)
 * I managed to resolve this my self. Had a header.php file in my Child theme that
   started a conflict with Elmentor.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] OceanWP child issues with CSS](https://wordpress.org/support/topic/oceanwp-child-issues-with-css/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/oceanwp-child-issues-with-css/#post-12435194)
 * This is the CSS
 *     ```
       /*
       Theme Name: OceanWP Child
       Theme URI: https://oceanwp.org/
       Description: OceanWP WordPress child theme.
       Author: Nick
       Author URI: https://oceanwp.org/
       Template: oceanwp
       Version: 1.0
       */
   
       /* Parent stylesheet should be loaded from functions.php not using @import */
   
       /* Grundlayout */
   
       .boxed-layout #wrap .container {
           padding-left: 0px;
           padding-right: 0px;
       }
   
       @media screen and (min-width: 992px) {
       #main {
           padding-left: 25px;
           padding-right: 25px;
       	padding-top: 25px;
       }
       	}
   
       @media screen and (max-width: 768px) {
       #main {
           padding-left: 10px;
           padding-right: 10px;
       }
       	}
   
       input[type=checkbox]:checked:before {
         content: '✓' !important;
       }
   
       /* Rubriker och text */
   
       h3 {
           margin-bottom: 4px;
       }
   
       #breadcrumbs
       {
           font-size: 14px;
       }
   
        .woocommerce .elementor-widget-woocommerce-product-content ul {
           list-style: disc;
           margin: 0;
           padding-left: 25px;
       }
   
       /* Sidhuvud */
   
       .elementor-location-header {
           height: 65px;
       }
   
       .elementor-nav-menu--main .elementor-item {
           color: #ffffff;
           border-bottom: #009bce thin solid;
       }
   
       .elementor-nav-menu--main .elementor-nav-menu a {
           padding-left: 10px;
       }
   
       .elementor-widget-icon-box .elementor-icon-box-title a:hover {
       	color: #32b561;
       	}
   
       @media screen and (max-width: 768px) {
       .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
           justify-content: center;
       }
   
       .elementor-nav-menu--main .elementor-item {
           padding-bottom: 2px!important;
       	padding-top: 2px!important;
       }
       	}
   
       .aws-container .aws-show-clear .aws-search-field {
           background-color: white;
       	font-size: 18px;
       }
   
       @media screen and (max-width: 1220px) and (min-width: 992px) {
       .produktmeny_symbol  {
       	min-height: 90px;
       }
       	}
   
       /* Enskild produkt */
   
       .woocommerce span.onsale {
       display: none;
       }
   
       .woocommerce table.shop_attributes th {
           padding: 3px;
       	}
   
       .woocommerce .upsells.products {
           margin-top: 20px;
       }
   
       .elementor-widget-woocommerce-product-upsell.elementor-wc-products .products > h2 {
           font-weight: 500;
           letter-spacing: 0.2px;
       }
   
       .single .entry-title, .woocommerce div.product form.cart {
           border-top: 0px;
           border-bottom: 0px;
       }
   
       .product_meta {
           border-bottom: 0px;
       }
   
       .elementor-widget-woocommerce-product-price .woocommerce-price-suffix  {
           font-size: 13px;
           display: block!important;
           margin-top: -7px;
       	color: #ababab!important;
       }
   
       .woocommerce-price-suffix .amount  {
       	color: #ababab!important;
       }
   
       .woocommerce div.product p.stock {
           margin: 0;
           font-weight: inherit;
           color: inherit;
           font-size: 13px;
       }
   
       .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
           display: block;
       }
   
       .ywcp_product_title {
           color: #1072ba;
       }
   
       .tagged_as {
       display: none !important;
       }
   
       .product_meta .tagged_as {
       display:none;
       }
   
       .product_meta span {
           color: grey;
           font-weight: 300!important;
       }
   
       .woocommerce div.product p.stock {
           font-weight: 400;
           color: #32b561;
           font-size: 17px;
       	    order: 2;
       	    margin-bottom: 5px;
       }
   
       .woocommerce div.product.elementor form.cart table.variations td.value select {
           background: #efefef;
       }
   
       .woocommerce div.product form.cart .variations .reset_variations {
           margin-top: 0px;
           margin-bottom: 5px;
           background-color: #efefef;
           color: black;
       }
   
       .elementor-add-to-cart.elementor-product-simple, .single_variation_wrap {
           display: flex!important;
           flex-direction: column!important;
       }
   
       .woocommerce-variation.single_variation {
       	    order: 2;
       	    margin-top: 20px;
           margin-bottom: 0px;
       }
   
       form.variations_form.cart {
           padding-bottom: 0px!important;
       }
   
       .woocommerce div.product.elementor form.cart table.variations td.label, .woocommerce div.product.elementor form.cart table.variations td.value {
           border-bottom: 0px;
       }
   
       @media screen and (max-width: 991px) and (min-width: 768px) {
       .woocommerce div.product.elementor form.cart table.variations tr {
           flex-direction: column;
       }
       	.woocommerce div.product.elementor form.cart table.variations td.label {
           margin-bottom: 7px;
       }
       	}
   
       .ywcp_components_single_item table.variations tr td.label {
           width: 50%!important;
           text-align: left;
           padding-left: 10px!important;
       	margin-top: 10px;
       }
       .woocommerce div.product.elementor form.cart table.variations tr {
           flex-direction: column;
       }
       .woocommerce div.product form.cart .ywcp_component_options_selection_container .variations td.value {
           padding-left: 10px!important;
           margin-top: 5px!important;
       }
   
       ul.page-numbers {
           display: flex;
           flex-direction: row;
       }
   
       ul.page-numbers li  {
           margin-right: 10px;
       }
   
       .elementor-widget-woocommerce-product-add-to-cart .elementor-product-yith-composite {
           display: flex!important;
           flex-direction: column;
       }
   
       /* Produktarkiv */
   
       .products .product-category img {
           display: none;
       }
   
       .product-category .product-inner {
           border-color: rgb(239, 239, 239);
           background: #efefef;
           border: 0px;
       }
   
       h3.widget-title 
       {
           border: 0px!important;
           text-transform: none!important;
           color: black!important;
       }
   
       .berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-title_div h3
       {
           color: black!important;
       }
   
       .berocket_single_filter_widget.berocket_hidden_clickable  .berocket_aapf_widget-title_div {
           padding-right: 55px!important;
       	padding-left: 10px!important;
       	padding-top: 7px!important;
       }
   
        .woocommerce-price-suffix {
           display: none;
       }
   
       @media screen and (min-width: 768px) {
       .woocommerce ul.products li.owp-content-center .product-inner {
           min-height: 440px;
       }
       	}
   
       @media screen and (max-width: 767px) {
       .woocommerce ul.products li.owp-content-center .product-inner {
           min-height: 310px;
       }
       	}
   
       .woocommerce .oceanwp-toolbar {
       padding-top: 0px;
           border-top: 0px;
       }
   
       .berocket_aapf_widget.berocket_style_none.roundpcs.pcs.berocket_values_1, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_left .berocket_aapf_widget {
           display: block;
           padding: 15px!important;
       		min-width: 400px!important;
       }
   
       .berocket_label_widgets {
           line-height: 18px;
       }
   
       li.title {
           min-height: 50px;
       	margin-top: 15px;
       }
   
       .berocket_single_filter_widget.berocket_inline_filters {
           padding: 30px 20px 20px 20px!important;
       }
   
       .woocommerce ul.products .product-inner {
           min-height: 102px;
       }
   
       .woocommerce ul.products li.product-category.product .woo-entry-image {
           display: none;
       }
   
       .woocommerce-loop-category__title {
           margin: 0;
         position: absolute;
         top: 50%;
         left: 50%;
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
       width: 100%;
           padding-top: 14%;
           padding-left: 10px;
           padding-right: 10px;
           padding-bottom: 14%;
       }
   
       mark.count {
           display: none;
       }
   
       .woocommerce .result-count {
           display: none;
       }
   
       .woocommerce ul.products li.product li.title a {
           font-size: 16px;
       	 min-height: 60px;
       	padding-top: 15px;
       }
   
       div[itemprop="description"] p {
           font-size: 14px;
       	line-height: 1.4;
           color: grey;
       	min-height: 60px;
       	padding-top: 10px;
       }
   
       @media (max-width: 992px) {
       div[itemprop="description"] {
           display: none!important;
       }
       	}
   
   
       .produktarkiv_utan_beskrivning div[itemprop="description"] {
           display: none!important;
       }
   
       @media (max-width: 1199px) and (min-width: 992px) {
       .elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products {
           grid-template-columns: repeat(3,1fr);
       }
       	}
   
       @media (max-width: 767px) {
       .woocommerce ul.products li.product li.inner {
           margin-top: -10px;
       }
       	}
   
       /* Kassa och varukorg */
       .wc-svea-checkout-page {
           max-width: none;
       }
   
       .woocommerce-shipping-destination { display:none;
       }
   
       .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button {
           padding-left: 10px;
           padding-right: 10px;
       }
   
       dl.variation {
           margin: 0px;
       }
   
       a.elementor-menu-cart__product-name .product-name {
           color: #1072ba!important;
           font-weight: 400!important;
       }
   
       .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
           color: #1072ba;
       	font-weight: 400;
       }
   
       .elementor-menu-cart__main dt.variation-Berknadleveranstid {
           font-weight: 300;
       	line-height: 1;
       }
   
       span.quantity {
           color: black!important;
       }
   
       .elementor-menu-cart__product-remove:before {
           background: black;
       }
   
       .elementor-menu-cart__product-remove {
           border: 1px solid black;
       }
   
       .elementor-menu-cart__product-price {
           margin-top: -20px!important;
       }
   
       .woocommerce-shipping-methods label {
           margin-left: 10px;
       	vertical-align: middle;
       }
   
       a.remove {
           color: black;
       }
   
       .woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-message 
       {
           display: none;
       }
   
       .woocommerce-message {
           border: 0px;
       	padding-top: 20px;
       }
   
       .woocommerce table.shop_table td {
           text-transform: none;
       }
   
       ul#shipping_method {
       list-style: none !important;
       padding-left: 0px;
       }
   
       owp-account-links {
           width: 560px;
           margin-left: auto;
           margin-right: auto;
       }
   
       .owp-account-link {
           font-size: 20px!important;
           font-weight: 300!important;
           background: #f1f1f1;
           padding: 8px 20px;
       	margin-right: 20px;
       }
   
       .or {
           display: none!important;
       }
   
       /* Textsidor */
   
       @media (max-width: 767px) {
       .elementor-tabs-wrapper
       {
           display: flex!important;
           flex-direction: column;
           width: 100%!important;
       }
       	.elementor-tab-mobile-title {
           display: none;
       }
       .elementor-tab-title.elementor-active {
           background-color: #eeeeee;
           }
   
       	.elementor-tab-content {
           border-width: 0px!important;
       padding-top: 30px!important;
       }
   
       	.elementor-tab-title {
           border: none!important;
       		padding: 10px!important;
       }
       	}
   
       #toppbild {
           margin-left: -25px;
           margin-right: -25px;
       	margin-top: 10px;
       }
   
       @media (max-width: 1199px) and (min-width: 992px) {
       	.image_column {
           width: 50%!important;
       }
       	}
   
       /* Sidfot */
   
       #sidr-close, #mobile-menu-search, #oceanwp-cart-sidebar-wrap  {
           display: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] OceanWP child issues with CSS](https://wordpress.org/support/topic/oceanwp-child-issues-with-css/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/oceanwp-child-issues-with-css/#post-12429979)
 * Thank you for you´re response. You´re solution doesn´t work. Is there something
   else I can try?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinnacle] Empty space below logo](https://wordpress.org/support/topic/empty-space-below-logo/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/empty-space-below-logo/#post-8281922)
 * Thanks Kevin!
    You´re code helped with a little change:
 *     ```
       @media (max-width: 992px) {
       #kad-banner .container {
          max-height: 160px;
       }
       }
       ```
   
 * Now it looks like I want.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Changing widget size and align i header widget area](https://wordpress.org/support/topic/changing-widget-size-and-align-i-header-widget-area/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/changing-widget-size-and-align-i-header-widget-area/#post-6683752)
 * Thanks, now it works great!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Aligning logo and header background](https://wordpress.org/support/topic/aligning-logo-and-header-background/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-logo-and-header-background/#post-6683707)
 * Tank you! It works perfectly!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Changing widget size and align i header widget area](https://wordpress.org/support/topic/changing-widget-size-and-align-i-header-widget-area/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/changing-widget-size-and-align-i-header-widget-area/#post-6683706)
 * Thank you Hannah för your Quick response.
 * I’ve tried your code bur it didn’t work. Could it be another id-namn för the 
   searchbox? The widget is called “Woocommerce instant produkt search”
 * Peter
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Show item-excerpt without mouseover in Portfolio](https://wordpress.org/support/topic/show-item-excerpt-without-mouseover-in-portfolio/)
 *  Thread Starter [lundvik](https://wordpress.org/support/users/lundvik/)
 * (@lundvik)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/show-item-excerpt-without-mouseover-in-portfolio/#post-5321959)
 * Spot on, it works! Thanks a million.

Viewing 8 replies - 1 through 8 (of 8 total)