Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103134
    Jenny
    Participant

    Hi community,

    I’ve got a problem with the layout. I chose the following layout: on the left side there is the navigation/sidebar, on the rigth side there is the content.
    The problem: There is a gap between these colums and I don’t know how to solve that.

    Can anyone help me please?
    Here the link: jennysjourneys.de/

    Greetings
    Jenny

    #103155
    Mahesh
    Participant

    @jeyla: Thank you for using Catch Base Pro theme. The issue is because you’ve fixed the sidebar. If you want the sidebar to the left, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Option and select Primary Sidebar, Content in Default Layout option.
    Let me know if any problem.

    Regards,
    Mahesh

    #103207
    Jenny
    Participant

    @mahesh:Many thanks to your fast response. I’ve already tried your solution but as I opened my website I was shocked because of the layout.
    I’ve deleted the setting “fixed”. The layout option was already set to primary sidebar, content.
    And when I pressed “save” the primary sidebar appeared on the right side :O Why is that? I tried to fix it, but nothing worked.
    It seems to be that the primary sidebar is now on the position of the secondary sidebar…I’m getting crazy with that settings

    #103231
    Mahesh
    Participant

    @jeyla: Seems your site is currently unavailable. Let me know further.

    Regards,
    Mahesh

    #103234
    Jenny
    Participant

    @Mahesh: It’s now available. Thank you for help.

    #103261
    Mahesh
    Participant

    @jeyla: Have you modified anything in style.css? Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .content-right #main {
        float: right;
    }
    .content-right .sidebar-primary {
        float: left;
    }

    This should be by default.
    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    #103283
    Jenny
    Participant

    @Mahesh: Today I turned on my computer (another than I used last time) and what do I see?! The sidebar-primary appears at the left side as it should be. I think there has to be a problem with the browser. I will check that later.
    Now I have got the same problem like before. The space between left colum and content on the riht is to big and I can not find the setting. The default layout is set to primary sidebar, content. Could there be something in the php file I do not see with firebug?

    Big thanks for helping again.

    #103303
    Mahesh
    Participant

    @jeyla: Please try disabling any plugins you have and check if it resolves the issue. If not please try re-installing a fresh copy of the theme any try again. I checked you site and now you’ve put the CSS its displaying fine.
    Let me know if any problem.

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Space between sidebarleft an content colum right side’ is closed to new replies.