Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #464226

    Hallo,

    meine aktuelle Einstellung zwischen Content und Sidebar Area ist 65:35 %. Nur so ist die Sidebar komplett auf dem Ipad sichtbar.
    Mache ich die Sidebar kleiner wird der Inhalt des Sidebar Widgets auf dem Ipad abgeschnitten.
    Ich habe nun das Problem, dass der Abstand zwischen Sidebar und rechtem Rand und zwischen Content Area und Sidebar sehr groß ist.
    Wie kann ich diesen Abstand verkleinern?

    #465538

    Hey ohormes!

    Sorry for the late reply, most of our moderators do not speak german. My german is far from perfect but I think you want to make the distance between content and sidebar smaller, correct? Please try the following in Quick CSS if I’ve understood you correctly:

    .sidebar .inner_sidebar {
    margin-left:0px;
    }

    Please try to increase the value 0 if you think it’s too tight.

    Cheers!
    Rikard

    #465582

    Hi Rikard,

    thanks for your answer.
    But I have still the problem that the space between the right end of the sidebar and the right margin is to big.

    Do you have also a CSS code to reduce the space on the right border?

    Thanks a lot.

    Oliver

    #465795

    Hi Oliver!

    I’m not sure I understand what you mean, could you provide us with a screenshot highlighting the problem please?

    Regards,
    Rikard

    #465811

    Hi Rikard,

    on the screenshot you see a red box on the right side.
    I want reduce the horizontal distance between the box to 0.

    Do you have an CSS Code for me?

    Best regards,

    Oliver

    #466253

    Hey!

    The sidebar actually spans across that whole area but since the content in the sidebar is not wide enough it looks like it’s not. You can try to add a text widget and add some text to try it out if you want to see for yourself. Or maybe you want to content in the sidebar to float to right side instead of the left?

    Best regards,
    Rikard

    #466445

    Hi Rikard,

    I think it´s best when the content in the sidebar floats to the right side instead of the left.

    What must I do to change it?

    Best regards,

    Oliver

    #467016

    Hey!

    Your wanting the table and other elements in that widget to align right? If so then add this to your custom CSS.

    .baufilead_zinstableau, .baufilead_zinstableau * { text-align: right !important; }
    

    Best regards,
    Elliott

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.