Shop Categories

X

Remove space between menu and content

Home Forums Agama Pro Remove space between menu and content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25809
    Diego Letelier
    Participant

    Hello, I would like to remove space between the menu and the content.

    Also, it will be perfect if I could only have No title display just on my homepage,

    Sorry to keep bothering you with rooky questions.

    Best regards,
    Diego

    #25810
    Zex
    Moderator

    Hello, Diego!

    If I correctly understand your question, you want to disable the “Breadcrumb”.
    If that is the case, You have two options:

    Disable it globally, from the Customizing->Breadcrumb->General menu
    https://prnt.sc/rh0qbd

    or, you can disable it per page, From the “Agama Options” meta box which is located at the very bottom of every Static post/page.

    Here are the steps you can follow:

    1. Edit the page you want to disable the Breadcrumb (Dashboard->Pages…Your page)https://prnt.sc/rh0svq
    2. Scroll down to the Agama Options meta box
    3. Enable/Disable the Breadcrumb on the page. https://prnt.sc/rh0th8
    4. Update the Page

    I hope this will help you.
    If that isn’t you wanted please contact me again.

    Regards

    #25813
    Diego Letelier
    Participant

    Hello Zex,
    Nope, it wasn´t exactly that but your message helped me. I fixed adding a -50px on the top margin of my smart slider slide.
    Could I do the same by CSS?
    Or maybe I can reduce the space on the agama options, padding section?
    I will build another website, so I would like to know, because, most likely, I will need it.

    Regards,
    Diego

    #25816
    Zex
    Moderator

    Hello, Diego!
    The space between the header (or slider area) and page content can also be reduced per page, from the Agama Options meta box.
    https://prnt.sc/rhl9b5

    Also, you can use the custom CSS to reduce the space globally:
    (enter the code below, into
    Customize->General->Additional CSS)

    .vision-row {
         padding-top: 0px!important;
    }

    Change the padding-top value per your needs.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.