Okay
  Public Ticket #3134325
Thin vertical lines
Closed

Comments

  • Dawidmwrc started the conversation

    Hello. How to remove thin vertical lines that appear on each subpage? Thanks!

    Attached files:  Clipboard01.jpg

  •  179
    Andrey replied

    Hello Dear Customer!

    Please add these codes to your  main.css:

    body:before {display:none !important}
    

    Then save and check the result.

    Best Regards!

  • Dawidmwrc replied

    Thanks, it works. Without your help, I would have been struggling for a long time.

    I have one more question. Do you know any quick solution to insert a large logo with a size of e.g. 250x163px, as the main one on top, sothat will be displayed correctly? 

    And also what should you change so that the big graphic on the loading page is displayed correctly, e.g. 600x402px?

    Thanks a lot :)

  •  179
    Andrey replied

    Hello!

    There is a 'max-height' CSS rule for your logo here:

    2CuyWTq.png

    You can change it like so:

    `

    a.logo img {
      max-height: none;
    }

    `

    Or you can use any other value that will suit your needs better.


    And can you please clarify what 'big graphic' you want to change? Maybe some screenshots?


    Best regards!


  • Dawidmwrc replied

    Great, thanks, of course it works again :). I mean the loading page, with the logo that pops up when navigating between pages, is it probably a different entry in css to make it display correctly with a bigger logo? I cannot find this. I attached the screenshot.

    And now the last of the really important questions.  I just need a normal gallery with 3 columns, so that it opens a gallery on the same page and is not redirecting to the "gallery single". Do you have such example code, or how should it look like to make it working?


    Thank you very much :)

    Attached files:  Clipboard01.jpg

  •  179
    Andrey replied

    Hello Dear Customer!

    Here is the way how to increase the image in the preloader:

    https://prnt.sc/68K96XnMIfQN

    You need to change the width and height values.

    As for the gallery, you can use it from here:

    https://html.modernwebtemplates.com/fomix/home-blocks-gallery-modal.html

    https://prnt.sc/EK-2wztEuB9W

    You need to change the link instead of the HTML page to an image and add the photoswipe-link class to the link

    Best Regards!