• Resolved augmentedprofit

    (@augmentedprofit)


    Hey guys
    firstly, the url of my page is holidaybarrel.com

    Im trying to bring the slider gallery I have up a few inches on the static homepage so that it is just about flush with the header

    Also if there is a way I can remove those two lines thats surround border of the gallery itself that would be great

    Thabks alot guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • martcol

    (@hotmale)

    ‘.hentry .entry-header {
    border: none;
    margin-bottom: 0;
    }

    .header-widget-region {
    margin-bottom: 0;
    }’

    You can try adding those two rules to your CSS using either a CSS plugin or a child theme.

    With the second rule, you might want to add some space between the two elements. Your theme uses em as a unit of length there so maybe start with 0.2em and adjust accordingly.

    Valet

    (@wpvalet)

    Hey there,

    Thanks for your post.

    Try the below custom CSS in your theme :

    .hentry .entry-header { margin-bottom: -3.369em !important}
    .hentry {border-bottom : none !important ;   margin: 0 0 -7.764em !important}

    Please note that before resorting to custom CSS, try and explore your theme options to see if there is a setting to change these options in the theme itself.

    Cheers

    Thread Starter augmentedprofit

    (@augmentedprofit)

    Wow haha thanks for the quick reply guys

    Im not home at the moment but as soon as I get gome im going to try inputing your solutions and ill let you guys know how it works out!

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘html esthetic issues’ is closed to new replies.