Home Forums WoodMart support forum RE: MOBILE DISPLAY: HOMEPAGE

RE: MOBILE DISPLAY: HOMEPAGE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #168942

    bidnbuy
    Participant

    Hello,

    I need to reopen ” MOBILE DISPLAY: HOMEPAGE” topic as the I’m still unable to achieve the desire results based on the information provided in #168686.

    After watching the videos in the links you sent, and other material on youtube- it still not clear how to change the margins/padding etc on mobile responsive using WPBakery.

    You can reference the previously sent image.

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

    Hello,

    You can share the relevant ticket in this topic. When I try to visit your site it contains maintenance mode so I can’t visits your site as well as the URL to access your admin area is also not working any more.

    About the Wp-Bakery rows and columns margins you can edit the rows and columns from design tabs you can adjust the left,right, up and bottom margin as well as padding according to you and save the changes.

    If you want different margin, padding for small screens then you must have to use custom CSS code for that specific screen size.

    Best Regards.

    #168955

    bidnbuy
    Participant

    Hello,

    I have included a link to bypass the coming soon page along with admin login details. You might have to clear your cache is you’re having any issues access the WP admin dashboard.

    Can you provide the custom CSS code needed to accomplished the layout we want on the mobile design.

    Thanks

    #169071

    Hello,

    1) The product categories carousel is now showing after the slider in mobile screens I define a custom CSS class “customPos” in that specific row and use the below CSS code in Custom CSS for mobile area under theme settings >> custom CSS:

    .customPos .z-index-10{
    margin-top: 85px;
    }

    Result: https://ibb.co/R0r1fJh

    2) The pagination of that product categories carousel showing just fine in the mobile screens also.

    Screenshot for clarification: https://ibb.co/4JHgXqY

    3) To remove the margin for those container rows which you pointing out in your screenshot. First I edit that specific html block from dashboard >> html blocks,which have this short code “[html_block id="4310"]” in your homepage. Then edit the column inside that row one by one and remove the padding 15px from left and right for each column and save the changes.

    Screenshot for clarification: https://ibb.co/Xpzkf2r

    After that I define a custom CSS class on each column “customPad” and use the below CSS code in Custom CSS for mobile area under theme settings >> custom CSS:

    .customPad .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    Result: https://ibb.co/VCfs5tT

    Best Regards.

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