• I am very new to WordPress. I am helping a friend whos developer disappeared.

    The Read More button appears over the product name on the website. See this link

    How do I change the position of the Read More button?

Viewing 2 replies - 1 through 2 (of 2 total)
  • on your style.css call the class that holds that button then move it. for example like this

    .button  product_type_simple{
       margin-top:20px;
    }

    or anything to make it move downward like padding too

    Thread Starter Romen717

    (@romen717)

    Took me a while to figure it out completely, but I finally got it to work. Thanks a lot for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Read More button’ is closed to new replies.