Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1373932

    How to remove the sidebar top padding above the header menu (white in the screenshot)
    1) Sidebar was diactivated
    2) Header was set to transparent + glossy

    #1373947

    Hey maximusinvestment,

    I’m not sure I fully understand your intentions, could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1373953

    Screenshot

    I mean the white bar above the slider. After checking the css this seems to be the padding of the sidebar which is actually deactivated.

    Just check the website address I’ve provided.

    #1373954

    Hi,
    Thanks for the screenshot and the link to your site, please try this code in the General Styling ▸ Quick CSS field:

    #top.home #main .container_wrap_first > .container > .content {
    	padding-top: 0;
    }

    After applying the css, please clear your browser cache and check.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1374068

    Thanks, it helped partly. I’ve just added a second language and sourced the same problem again. Is this some kind of bug?

    #1374069

    Hi,
    For your other language page try this css:

    #top.page-id-1382 #main .container_wrap_first > .container > .content {
    	padding-top: 0;
    }

    I add the page ID because I don’t think you want this to occur on pages without the revolution slider, I not sure why this is occurring, it is probably related to your revolution slider as I have not seen it elsewhere.

    Best regards,
    Mike

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