Home Forums WoodMart support forum Empty space above 1st row on mobile view

Empty space above 1st row on mobile view

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #144356

    saugatakoley
    Participant

    I am having this problem. Please check the screenshot. There’s an empty space above the first row of content.

    Attachments:
    You must be logged in to view attached files.
    #144383

    saugatakoley
    Participant

    I think I fixed it.
    I used the following code.
    .main-page-wrapper { padding-top: 0px; }

    Using this code messed the single product page image carousel. The upper part of the carousel as well as the picture in it were getting hidden under the header. So, I used the following code to fix that as well.
    .container-fluid {margin-top: 30px; }

    *Hope I used the right code and tag.

    #144463

    Hello.

    To remove the empty space above the first row edit your home page with Wp-Bakery page builder and then click on the pencil icon to edit the top row which contains your slider. Then go to the second tab “Design Options” and put the margin as “-3px“. This will fix your issue and the upper space will removed.

    Screenshot: https://screenshot.net/glzmnug
    Result: https://screenshot.net/glrovsl

    Best Regards.

    #144474

    saugatakoley
    Participant

    No, it doesn’t work. I removed the previous codes that I used and put your codes in but it doesn’t do anything. Please check the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #144551

    Hello,

    You need to increase the margin to “-40px” and I said that you need to put the margin in the very first row but you edit the second row mistakenly.

    Screenshot: https://screenshot.net/gyy8xhy

    You can check in the below screenshot that when i used -40px top margin in the first row. The result is down below: https://screenshot.net/gmmlef7

    Best Regards.

    #144569

    saugatakoley
    Participant

    Okay, This time I did all that. But after applying the code the problem fixes for the mobile view but the slider in the top of pc view hides a small part of it under the header. Please check the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #144641

    Hello,

    To fix the view for the desktop screen. You have to set the carousel image size as full then the images will show fine on the frontend. At this time you have set the custom size for the images that is why it is sowing cut on the frontend.

    Please see the screenshot: http://prnt.sc/p7ahw7

    Best Regards.

    #144711

    saugatakoley
    Participant

    I did use an image of my desired size and set the size to ‘full’. The problem is still there. screenshot1 is for the problem and the 2nd image is the one that I am using.

    Attachments:
    You must be logged in to view attached files.
    #144817

    Hello,

    To fix this define your custom class in the Image Carousel element. Click on the pencil icon to edit the “Image Carousel” then add custom class in the “Extra class name” field as in the screenshot:
    https://screenshot.net/614zxs7

    Then paste the below css in your page css by clicking on settings icon and then hit “Save Changes” button:

    .customRow{
         margin-top: 37px;    
    }

    I used the name of custom class as “customRow” you can use any other name for class.

    Screenshot: https://jmp.sh/jJuvDAU
    Result: https://jmp.sh/1VhJYgA

    Best Regards.

    #145035

    saugatakoley
    Participant

    It works. Thank you.

    #145085

    Sound’s Really Great!..

    Feel Free to write back if you need further assistance, I’ll be more than happy to help you out.

    Have a Fantastic Day.

    Topic Closed.
    Best Regards.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Empty space above 1st row on mobile view’ is closed to new replies.