• Resolved paksoy

    (@paksoy)


    Hello,

    I am trying to organise my homepage with a full-width posts slider and transparent left-menu. Thanks to Virtual Composer I am able to use custom CSS for each page. Alas I am a newbie about CSS and I couldn’t manage to organise my home page like in (https://www.manubrabo.eu/). I will be much appreciated, if you can help me to make the left-menu transparent.

    best regards
    Baris

    The blog I need help with is https://www.barispaksoy.com.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Steve

    (@seekerabroad)

    Hi Baris,

    I’ve just had a look at your page.

    I just need to understand the look you want to achieve.

    When you say left menu transparent, what are you expecting to see underneath?

    Regards,

    Steve

    Thread Starter paksoy

    (@paksoy)

    Hello Steve,

    As an example you can see the full-size of first image in the home-page slider at portfolio. When I am trying to show the photograph full-screen, it crops the image and shows blank part on left. Actually there is a menu with white inputs and they should be also foreground like in https://www.manubrabo.eu/. I think I already made the left-menu transparent but it still shows white background.

    best regards
    Baris

    Steve

    (@seekerabroad)

    OK, The reason for this is that the slider has been pushed right 200px by the padding in the following div:

    .left-menu #main {
        padding: 0px 0px 0px 200px;
        margin: 0px auto;
    }

    So you’ll need to change that to 0px.

    Also the image has been pulled left by 200px in the following inline styled div:

    <div id="rev_slider_7_1_wrapper" class="rev_slider_wrapper fullscreen-container" style="background-color: rgb(233, 233, 233); padding: 0px; height: 1097px; left: -200px; position: absolute; width: 1297px; max-height: none; overflow: visible;">

    So you’ll need to change that as well.

    Is this enough info for you to make the changes?

    Regards,

    Steve.

    Thread Starter paksoy

    (@paksoy)

    Dear Steve,

    It worked very well. Thank you so much.

    Best regards
    Baris

    Steve

    (@seekerabroad)

    Glad I could help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Wire] Transparent left-menu’ is closed to new replies.