Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1183687

    Hello
    please could you help me!
    i tried to hide the gray Socket on our first Page
    http://www.netventure.at
    but it seems to remain visible no mather which settings i choose.. it seems to be worse in the devices of my collegues as there is also a big gray bar on top of the page… leaving a white bar in the middle where the content is placed…
    the plan was to have a plain white site without footer , header and so on… how do i archieve this???

    also while the Icons are shown in the middle of the screen on my Microsoft Surface they are pinned to the left side on other devices… is there a way to have them constantly centered in the middle.. but covering the full broad of the window?

    thank you so much in advance! I hope i explained the issue understandable..best regards

    #1183851

    Hey IDONOTWANTAUSERNAME,

    Please try the following in Quick CSS under Enfold->General Styling:

    html {
      background-color: #fff;
    }

    Best regards,
    Rikard

    #1183880

    hello, thank you for the quick response!
    i tried this now and it does not seem to work …

    #1184082

    Hi,

    Did you clear the cache a few times over? Also add the code to the very top of quick css so it runs first.

    Best regards,
    Jordan Shannon

    #1184104

    Hey there,
    I cleared the cache and it is the only code in the quick css i have..
    still no change.. any other solutions?
    also could you recomend me how to solve the sticking to the left side of the masonry gallery.. we would like to have it centered and covering the full broad of the site..?

    i am clueless.. as i am new to this..
    would be really cool if we could solve this somehow today .. i was just informed that we will show it to our businesspartners tonight.. and i am starting to get a little nervous.. no intention to be unfriendly ;) hope it doesn t sounds this way.. as you guys are also probably quite busy…
    best regards Marie

    #1184317

    Hi IDONOTWANTAUSERNAME,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_stretched #wrap_all {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1184462

    Hello,
    thank you so much! the code worked this time!
    the only thing remaining is that our Icons in the masonry gallery seem to be stuck to the left side and are not adjusted to the size of the window, also depending om the used device/browser (while looking great on MS Surface/Firefox, it is not displayed like that on our Dell in any Browser)

    Is there a way to have the icons are centered and scaled up to a size where they do not look so lost on a big white area?

    the only acception would be on a mobile/ smart phone display… in that case the icons are even a bit big… is it possible to adress this seperately?

    maybe i just miss the settings where to adjust that but I looked a few times now and couldnot find a solution…
    thank you so much for your great support!
    Best regards,
    Marie

    #1184699

    Hi Marie,

    Thanks for the update. I’m not sure where we can see the icons you are referring to, could you post a link directly to the page in question or post a screenshot the problem please?

    Best regards,
    Rikard

    #1185198

    Hello!
    I may expressed myself wrong.. I meant the 3 sketched pictures on http://www.netventure.at (that are providing links to the respective Product informations)
    We are planning to have a fancy carrousel there, but in the meanwhile it would be great if those pictures could be covering the full window.. if you know what I mean?
    Thanks in advance!
    Best regards Marie

    #1185504

    Hi Marie,

    Thanks for the clarification. It looks like you have put in duplicate values for the container width in the theme options. Please adjust that to only have a pixel or % value.

    If you want to alter the container manually on the home page then please try this in Quick CSS:

    .home .container {
        max-width: 100%;
    }

    You also might have to use a Grid Row element instead of the Masonry, or 1/3 element with Image elements inside of them.

    Best regards,
    Rikard

    #1186367

    Hello Rikard,
    thank you so much! I changed it in the theme Options and it worked! Also thanks for the Hint with the 1/3 image Element!
    Looks much better now.
    Thank you all for this awesome support!
    Best regards
    Marie

    #1186451

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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