• I am a beginner at coding, very beginner. I need to move a badge to the right top corner of the banner that it is in and tighten the space around it so it “fits” and looks more visually appealing. I need to do this ASAP. Here is our site. Any assistance would be greatly appreciated. I was given this code by the designer of the theme we use:

    @media (min-width: 992px) {
    .lol-sticky-header-yes.lol-top-header-yes #wrap {
    padding-top: 269px;
    }
    }

    But I am not sure where it needs to go. They said that this should be able to fix the spacing issue.

Viewing 1 replies (of 1 total)
  • .lol-sticky-header-yes.lol-top-header-yes #wrap {
    	padding-top: 60px;
    }
    
    #cobranding {
    	float:right;
    	position: relative;
    	z-index: 99;
    	margin-right: 1%;
    }

    place the above code in the custom css area of your theme

Viewing 1 replies (of 1 total)

The topic ‘move a badge to the right top corner of the banner’ is closed to new replies.