• Resolved Ajisai

    (@ajisai)


    Hello,

    I would like to keep the sibebar at bottom (for example, keeping the sidebar 1) ,
    And I’d like to be able to move the sidebar 2 to the right (to have the search bar for example or something else)

    Is that possible?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link the webpage for reference?

    Thread Starter Ajisai

    (@ajisai)

    arf, I’m still working on the localhost for the moment.

    Sorry

    Thread Starter Ajisai

    (@ajisai)

    Hello,

    This might help :http://snag.gy/2YR2J.jpg

    For example, I’d like to keep “follow us” widget to the right
    and keep the search bar, in the bottom (inside le “+” sidebar)
    or something else, that’s the idea.
    Having one sidebar at the bottom and one to the right.

    Thx

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay. At the moment do you have the “follow us” and “search” widgets separated into two sidebars?

    Thread Starter Ajisai

    (@ajisai)

    Yep,

    The 3 widgets are respectively in sidebar 1, 2 and 3

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you replicate the webpage in a sandbox environment like http://cssdesk.com ?

    Thread Starter Ajisai

    (@ajisai)

    Okay,

    It should work this way http://cssdesk.com/kswzM

    Just to be clear, I do have a child theme for the css

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry doesn’t look like your webpage worked in CSSDesk.

    Can you try this CSS:

    .blog #primary {
    	float: left;
    	width: 70%;
    }
    
    .blog #secondary {
    	clear: right;
    	display: block;
    	padding: 50px 0;
    	float: right;
    	width: 30%;
    }
    
    .blog .sidebar-link {
    	display: none;
    }
    
    .blog .widget-column {
    	width: 100%;
    }
    
    .blog .one.widget-column {
    	float: none;
    	margin: 0 0 0 40px;
    }

    Take off the “blog” class if you don’t need it.

    Thread Starter Ajisai

    (@ajisai)

    I already tried that CSS.
    It does put the sidebar to the right,
    but I can’t keep a widget at the bottom.

    does it work now? http://cssdesk.com/YAf5G

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry by “work” I was expecting to see the webpage styled

    Thread Starter Ajisai

    (@ajisai)

    It might be easier for you if the website is actually online.
    I’m sorry, I’ll come back on this forum when everything will be online

    Thread Starter Ajisai

    (@ajisai)

    Hey Andrew,

    my site is finally online http://www.cbvinylrecordart.com/

    So, in fact I’d like to put the sidebar on the right but only on the articles, not on the home page.

    Any idea?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Keep Sidebar on the bottom and add one to the right’ is closed to new replies.