portfolio is not in the centre

This topic has 3 replies, 1 voice, and was last updated 4 years, 7 months ago by Spiracle Themes.

Viewing 3 reply threads
  • Author
    Posts
    • #1253


      Klára
      Guest

      Hi,
      I added the portfolio section on my homepage, but the whole block is moved a little to the right. It looks really bad with more widgets and even worse on any phone. I have really no idea where to fix it. Thank you for your answer :)..

    • #1254


      Klára
      Guest

      Also one more thing – the previews do not response (even the home background image) with the width of any browser. They just shrink and the height doesn’t change, so it’s elongated.. I cannot use the slider background, because it looks terrible when I use a portrait. How can I make it more responsive? Thank you

    • #1255


      Spiracle Themes
      Guest

      Hi Klara,

      Try the CSS below for portfolio alignment in mobile

      @media only screen and (max-width: 320px){
      .portfolio-list {
      margin-left: 0 !important;
      }
      }

      @media only screen and (max-width: 480px){
      .portfolio-list {
      margin-left: 0 !important;
      }
      }

      ul{
      margin-left: 0 !important;
      }

      I don’t see any issue regarding alignment when I checked your website in desktop
      Here is the screenshot link

      Screenshot

      Best Regards

    • #1258


      Spiracle Themes
      Guest

      For the Second Issue,

      The height for the home background image is set to device height, so automatically it adjusts its height to 100% of the screen. We can adjust its height in portrait mode using CSS once you set your slider.

      Side Note: Your site takes too much time to load, I think you should optimize your images to load your website faster 🙂

      Best Regards

Viewing 3 reply threads

Reply To: portfolio is not in the centre

Your information: