Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Call To Action Button Home Page Margin?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10988
    emailrr
    Participant

    We currently are using the box layout in our theme. However, the Call To Action button in the top right is flush with the edge of the box layout. However, the logo on the opposite side, top left, is approx 20px inwards towards the centre away from the side of the box layout.
    How can we get the Call to Action button on the right to match the same distance on the left?
    Thank you.

    #10996
    Grace Themes
    Member

    Hi,

    Add below css code in Appearance -> Editor -> style.css file

    a.booknow { right: 20px; }

    Regards
    Grace Themes

    #11015
    emailrr
    Participant

    Hello,

    Thank you.

    However, the ‘book now’ button is now out of line on the mobile view and too far to the left, instead of centre?

    #11020
    Grace Themes
    Member

    Add below css code in Appearance -> Editor -> style.css file

    @media screen and (max-width:767px) {
    a.booknow { right: 0px !important; }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.