deadlycheese
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bar at the top auto resizing itself with logo imageI forgot to mention i am using the theme “Radiate”
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerThank you so much, worked perfectly 🙂
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerYes there seems to be a Custom CSS option in the Appearance > Customize area in the admin panel.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerYes i forgot to mention that before I created this post, I did actually reinstall the theme and the problem still persisted.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerThanks for the replies. I used dev tool in firefox and i found if I edit this line for 64 to 1, there is no gap.
“<body class=”home page page-id-39 page-template page-template-page-templa…-php logged-in admin-bar custom-background customize-support” style=”margin-top: 64px;””
By modifying margin-top 64px to 1px, it got rid of the huge gap however I can’t find that line.
I tried using the grep tool you recommended however I could not find that string or any other related strings I tried. I also did what Andrew said and disabled all my plugins however that had no effect either.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerYes i found “<body <?php body_class(); ?>>” in the header.php file however there is no margin-top nor is there anything similar which could be changed.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerI’ve been trying to locate the body tag and the line “margin-top:126px” but I can’t find it at all in the theme folder. Whereabouts is it located?
Thanks.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerNo, Im sure that came with the template.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerYes I changed in the style.css so that the navigation bar was relative rather than fixed so that it would scroll down with the whole website. As you can see in the preview, the nav bar is fixed and does not scroll whilst my site, the nav bar does scroll down with the page.
Forum: Themes and Templates
In reply to: Radiate theme, help removing gap in headerHere is my site: http://destiny-game.info/carrentals/
As you can see in the header above the navigation bar there is a larger gap compared to the preview. How would I be able to get rid of this large gap.
Many thanks.