• Resolved davezan

    (@davezan)


    Hi folks,

    New design question. This time I’m hoping to make my RSS feed button and email opt-in form side by side at the upper right of my current test blog:

    https://davezan.com/test1

    As you can see, not much luck so far. If it helps, the upper right portion of that is configured as a separate php file of its own (e.g. sidebarupperight.php, similar to sidebar.php) and has a section in its style sheet dedicated to it.

    Posting a copy of the CSS in question in case needed:

    #sidebar_atthetop {
    margin:6px 0 0 0;padding:8px;
    background:url(images/sidebaratthetop.jpg) repeat-x;
    width: 369px;
    line-height:12px;
    text-align:justify;
    border:1px solid #91d3e9;
    font-size:10px;
    font-family:verdana;
    }

    #sidebar_top h4 {
    color:#0e5268;
    margin-bottom:3px;
    font-size:14px;
    }

    Any assist appreciated.

    David

  • The topic ‘How To Make RSS And Email Optin Form Side By Side’ is closed to new replies.