• Resolved umairah97

    (@umairah97)


    Hi, I am trying to “balance” the BOOK NOW footer in my website. Currently it is imbalance, with the bottom margin having a wider gap than the top margin. I want to make it balanced. Please help!

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 17 total)
  • Prabhat

    (@prabhatrai)

    Hey @umairah97,
    The gapping/padding on the top and bottom of the “BOOK NOW” footer is equal.
    The text elements in HTML take a bit more spacing on the bottom side, which depends on fonts and the element/tag used.

    However, you can add the below CSS code at the bottom of style.css file to solve the issue:

    h2.elementor-heading-title{
    	height: 24px;
    }

    Path: wp-content/themes/twentytwenty/style.css

    Thread Starter umairah97

    (@umairah97)

    Hey @prabhatrai thanks, got it now! I’ve another problem though, my website currently has this HUGE space at the bottom. Any idea why?

    Prabhat

    (@prabhatrai)

    Hey @umairah97,
    There is an element under the footer section which does not have much content, it is just taking the spaces.
    However, you can add the below CSS code at the bottom of style.css or customizer.css file

    footer.has_ma_el_slider{
        display: none;
    }
    Thread Starter umairah97

    (@umairah97)

    Works perfectly, thank you so much! ??

    Prabhat

    (@prabhatrai)

    Hey @umairah97,
    The hamburger icon in the header (in mobile mode) is white on the home page.
    Is the issue solved or, are you referencing any other section??

    Thread Starter umairah97

    (@umairah97)

    Solved it, thanks a bunch! @prabhatrai ??

    Thread Starter umairah97

    (@umairah97)

    Hi @prabhatrai , so sorry to disturb you again. I require one last assistance. In this website (centsless.co), my instagram feed on the footer seems to be in rectangle shape, I’d want it to be in square shape. Any idea how to change this? I am using Smash Balloon Instagram plugin but there seems to be no option to change it under settings ??

    Prabhat

    (@prabhatrai)

    Hey @umairah97,
    The Instagram icon is in a square shape, just the edges are rounded.
    This icon is an image and cannot be directly changed.

    However, you could contact the plugin developers via the official support channel to get a precise solution.

    Contact them here: https://smashballoon.com/instagram-feed/support/

    Thread Starter umairah97

    (@umairah97)

    Hi @prabhatrai , I meant the six images of my Instagram feed in my footer.

    Prabhat

    (@prabhatrai)

    Hey @umairah97,
    Add the below CSS code at the bottom of Customizer.css file:

    .sbi_photo{
        height: 127px !important;
    }
    Thread Starter umairah97

    (@umairah97)

    It works on all pages, except the shop page tho!

    Also, this changed the sizing of the images in mobile (used to be square previously, now its rectangle size) :/

    • This reply was modified 4 years ago by umairah97.
    Prabhat

    (@prabhatrai)

    Hey @umairah97,
    You can replace the previous code with the below code:

    @media(min-width: 991px){
        .sbi_photo{
    	height: 127px !important;
        }
    }
    Thread Starter umairah97

    (@umairah97)

    Thanks @prabhatrai YOU ARE THE BEST ??

    Prabhat

    (@prabhatrai)

    Happy to Help ??

    Thread Starter umairah97

    (@umairah97)

    Hi @prabhatrai , I’ve another issue with duxtonreserve.com website. Some of the words go missing when I minimise my tab. For example, under the “Amenities & Features” section – the words are cut off when the screen is minimised. Do you have any idea on how I can overcome this?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Footer Box Margin’ is closed to new replies.