badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Search Results for 'Top margin'

Viewing 15 results - 91 through 105 (of 158 total)
  • Author
    Search Results
  • #22822

    Hi tking512,

    To reduce the padding around the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        height: 30px;
        padding: 0;
    }
    #access ul li ul {
        top: 32px;
    }
    .search-toggle {
        margin-top: 1px;
    }
    #search-box {
        top: 30px;
    }

    Thank you!

    #22715

    In reply to: Company Logo In Header

    Hi Lanai,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
    margin-top: 5px;
    }

    Change this 5px to any px you want to adjust according to your design.
    Thank you!

    #22406

    Hi Chapline,

    To entire top section of the page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding-top: 30px;
    }
    #secondary {
        padding-bottom: 0;
    }
    .hgroup-wrap {
        padding-bottom: 0;
        padding-top: 0;
    }
    .hgroup-wrap img {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    Thank you!

    Hi Marie-Louise,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
    margin-top: 10px;
    }

    Thank you!

    #21677

    In reply to: Full header logo

    Hi Simon,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
    margin-top: 0px;
    }
    .hgroup-wrap {
     padding-top: 0px;
     padding-bottom: 0px;
    }

    This may help you

    Thank you!

    #20859

    Hi Greg,

    To reducing the white space above the main jpeg and the area just below the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .home #main {
        padding-top: 0;
    }
    .home img.alignright {
        margin-bottom: 0;
    }

    Thank you!

    #20219

    Hi vern.rowe,

    Sorry for late reply.
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
        float: none;
        margin-top: 0;
        padding: 20px 0 0;
        text-align: center;
    }
    #19217
    themehorse3
    Participant

    Hi to move the whole block edit the class “featured-text”:

    .featured-text {
    position: absolute;
    bottom: 55px;
    right: 30px;
    text-align: right;
    color: #FFF;
    }

    To move the title edit “featured-title”, to move content edit “featured-content”.

    .featured-title {
    font: 24px/30px “Philosopher”,sans-serif;
    padding: 10px 20px;
    background: none repeat scroll 0% 0% rgba(5, 169, 197, 0.9);
    float: right;
    max-width: 525px;
    }

    featured-content {
    padding: 20px;
    background: none repeat scroll 0% 0% rgba(85, 85, 85, 0.9);
    margin-top: 4px;
    float: right;
    clear: right;
    max-width: 355px;
    }

    Harriet
    Member

    Ok, here is my code, it works good enough…


    @media
    only screen and (max-width: 1078px) {
    .featured-title,
    .featured-content {
    font-size: 80%;
    display: block;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 45px;
    bottom: 0px;
    }
    }


    @media
    only screen and (max-width: 767px) {
    .featured-title,
    .featured-content {
    display: none;
    }
    }

    #18829

    In reply to: Header sizing

    isabella
    Participant

    Hi!
    sorry, i’m not an expert, but probably i had the same problem,
    so i resolved in this way:

    Theme Options – Design Options – Custom Css – Enter your custom CSS styles:

    #site-logo {
    margin-top: 10px;
    }

    .hgroup-wrap {
    padding-bottom: 0px;
    padding-top: 0px;

    hope that runs ok also for you!
    Isabella
    }

    #18023

    hi Craig,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap img {
      margin-top:20px;
    }

    Thank you!

    info23
    Participant

    I did thanks! here in style.css

    }
    .page-title-wrap {
    background-color: #ffffff;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 0px;
    }

    Does this theme allow child themes? If I use the image slider is there a way to use my header banner on the other pages?

    Thanks
    Great Theme

    #17463
    dnodmi
    Participant

    Hi

    I added the Tracker Snippet from Google Analytics under “Theme Options” / “Webmaster Tools” / “Analytics”

    This is what shows up in the header before the closing head tag:

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-xxxxxxxx-x', 'auto');
      ga('send', 'pageview');
    
    </script><style type="text/css" media="print">#wpadminbar { display:none; }</style>
    <style type="text/css" media="screen">
    	html { margin-top: 32px !important; }
    	* html body { margin-top: 32px !important; }
    	@media screen and ( max-width: 782px ) {
    		html { margin-top: 46px !important; }
    		* html body { margin-top: 46px !important; }
    	}
    </style>
    
    </head>

    In Google Analytics on the other hand, no pageviews are registered.

    Do you guys know, how to troubleshoot it?

    Many thanks

    #17360

    Hi Bru,

    To change the appearance style of the promo box as you said Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_promotional_bar {
        text-align: center;
    }
    .widget_promotional_bar .call-to-action {
        float: none;
        margin-top: 16px;
    }
    .widget_promotional_bar .promotional-text {
        float: none;
        width: 100%;
    }

    Thank you!

    #17254
    Bru
    Participant

    I guess the parameters are in there, but i’m not a developper.

    /* Promotional Bar Widget */
    .widget_promotional_bar {
    background-color: #f1f1f1;
    padding: 30px 30px 30px 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 4px solid #63c6ae;
    }
    .widget_promotional_bar .promotional-text {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    width: 80%;
    float: left;
    }
    .widget_promotional_bar .promotional-text span {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    display: block;
    padding-top: 6px;
    color: #777;
    }
    .widget_promotional_bar .call-to-action {
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 6px;
    }

Viewing 15 results - 91 through 105 (of 158 total)