Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress Frisco Theme Sidebar of width 300


  • codegene
    Participant

    @codegene

    I want a sidebar of width 300 so that i can easily place ads of size 300 x 250 on all the blog pages and buddypress pages.

    I created a new custom.css file and placed it in the frisco theme directory and enabled custom css in the theme options. I used the following code but the sidebar is not placed properly on the blog and buddypress pages. In the blog pages, the sidebar comes over the post and in the buddypress pages, the sidebar starts after the page ends.

    I tried solving this using firebug in firefox but i was not able to solve this problem. Could you please help me with this problem?

    Thanks in advance

    The code which i used :

    div#sidebar {
    margin-left: -302px;
    width: 300px;
    }

    div#content .padder {
    margin-right: 301px;
    }

    http://wordpress.org/extend/themes/frisco-for-buddypress/

Viewing 1 replies (of 1 total)
  • This is really a question for the theme in question, this forum is really meant to be for help with BP and it’s default theme.

    But I see that you have already asked this exact same question :
    https://wordpress.org/support/topic/frisco-theme-sidebar-of-width-300

    So I suggest that you wait for a reply from that post firstly, cross posting the same question on multiple forums is considered a bad practise, if the theme author cannot help after a reasonable period then ask the question here or on other tech forums that might be able to help.

Viewing 1 replies (of 1 total)
  • The topic ‘Buddypress Frisco Theme Sidebar of width 300’ is closed to new replies.
Skip to toolbar