Support » Themes and Templates » Horizontal widgets

  • Resolved katiecoleslaw

    (@katiecoleslaw)


    Hi everyone,

    Can’t seem to figure out how to get my widgets to sit horizontally. I thought it would be a simple case of setting the display to inline. Apparently not. Here’s the code –

    ul.pop-widget-tabs {
        border: thin none;
        clear: left;
        display: -moz-inline-stack;
        list-style: -moz-urdu -moz-thai -moz-urdu;
        margin: 5px !important;
        padding: 5px !important;
        width: 93%;
    }
    ul.pop-widget-tabs li {
        border: thick none;
        cursor: default;
        display: -moz-popup;
        font-size: 21px;
        font-weight: inherit;
        line-height: 30px;
        list-style: none outside none;
        margin: 0 1px 1px 0;
        padding: 0;
    }
    ul.pop-widget-tabs li a {
        background: none repeat scroll 0 0 #FFFFFF;
        border: medium none;
        display: none;
        font-family: Arial,Helvetica,sans-serif;
        letter-spacing: -0.05em;
        line-height: 30px;
        padding: 0 5px;
        text-decoration: none;
    }
    ul.pop-widget-tabs li a {
        font-size: 11px;
        padding: 0 3px;
    }
    ul.pop-widget-tabs.pop-widget-tabs-3 li span, ul.pop-widget-tabs.pop-widget-tabs-4 li span, ul.pop-widget-tabs.pop-widget-tabs-5 li span {
        display: none;
    }
    ul.pop-widget-tabs li a:hover, ul.pop-widget-tabs li a.active, ul.pop-widget-tabs li a:active, ul.pop-widget-tabs li a:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        text-decoration: none;
    }
    div.pop-inside {
        border: medium none;
        clear: both;
        margin: 5px 0 0;
        padding: 0;
    }
    div.pop-inside ul {
        border: medium none;
        display: block;
        list-style: none outside none;
        margin: 0 !important;
        padding: 0;
        position: relative;
    }
    div.pop-inside ul li {
        border-bottom: medium none;
        list-style: none outside none;
        margin: 0;
        padding: 8px 5px;
        position: relative;
        display: inline;
    }
    div.pop-inside ul li .entry-summary {
        clear: none;
        display: block;
        font-size: 0.9em;
        margin: 0 0 5px;
        padding: 0;
        display: inline;
    }
    div.pop-inside ul li .pop-title {
        clear: none;
        font-weight: bold;
        margin: 0 0 3px;
        padding: 0;
        display: inline;
    }
    div.pop-inside ul li a {
        cursor: pointer;
        font-weight: normal;
        text-decoration: none;
    }
    div.pop-inside ul li:hover, div.pop-inside ul li:active, div.pop-inside ul li:focus {
        background: none repeat scroll 0 0 #FFFFFF;
    }
    div.pop-inside ul li a:hover, div.pop-inside ul li a:active, div.pop-inside ul li a:focus {
        text-decoration: none;
    }
    div.pop-inside ul li p {
        margin: 0;
        padding: 0;
    }
    div.pop-inside ul li img {
        display: -moz-box;
        margin: 0 auto;
    }
    div.pop-inside div.pop-cl {
        clear: both;
    }
    div.pop-inside ul li .pop-overlay {
        background-color: #444444;
        bottom: 0;
        display: block;
        opacity: 0.8;
        padding: 5px;
        position: absolute;
        display: inline;
    }
    div.pop-inside ul li .pop-rating {
        background-color: #666666;
        border-radius: 3px 3px 3px 3px;
        color: #FFFFFF;
        display: inline;
        font-size: 0.9em;
        line-height: 120%;
        margin-right: 5px;
        padding: 0 3px;
        text-align: center;
        width: 12px;
    }
    div.pop-inside ul li:last-child {
        border-bottom: medium none;
        margin: 0;
    }
    .pop-layout-v div.pop-inside ul li .pop-overlay {
        background: none repeat scroll 0 0 transparent;
        display: inline;
        opacity: 1;
        padding: 0;
        position: static;
    }
    .pop-layout-v div.pop-inside ul li img {
        margin: 9px 11px -10px 3px;
        max-width: 95px;
    }
    div.pop-inside ul.wp-tag-cloud {
        height: calc();
        padding: 8px 11px !important;
        width: -moz-max-content;
    }
    div.pop-inside ul.wp-tag-cloud li {
        border-bottom: medium none;
        display: block;
        padding: 0;
        width: -moz-available;
        word-break: break-all;
        word-wrap: inherit;
    }
    div.pop-inside ul.wp-tag-cloud a:hover, div.pop-inside ul.wp-tag-cloud a:focus, div.pop-inside ul.wp-tag-cloud a:active {
        text-decoration: inherit;
    }

    Here’s my site – link

    Please help!
    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Horizontal widgets’ is closed to new replies.