Shop Categories

X

How to remove the emptyspace of the header?

Home Forums Agama Pro How to remove the emptyspace of the header?

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8302
    hezfatah
    Participant

    How do i remove the blank space under the header.

    ive tried h1.entry-title{display: none;} but it dosnt remove it completly only makes it abit smaller

    Header

    #8304
    Zex
    Moderator

    Hello there!

    Can you post the address of your website?

    #8305
    hezfatah
    Participant
    #8313
    Zex
    Moderator

    Hello hezfatah!

    To remove the blank space under the header,
    please ,first try next steps:

    1.Go to: Dashboard->Pages,
    2.Edit your Frontpage,

    https://prnt.sc/iv66ov

    3.Scroll down to the bottom of the page,

    4. In “Agama options” meta box open the “Page” tab.

    5. Set your “Page Content Padding” value to 0px.

    https://prnt.sc/iv69kb

    6. Update your page to save the changes.

    If for some reason, above steps didn’t work, enter the code below, in:
    Customize->General->Additional CSS

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

    Regards

    #8316
    hezfatah
    Participant

    in combination with

    .vision-row {
    padding-top: 0px;

    it work just fine, thank you!

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