acymailing pop up module - enter from left

Support desk for Multipurpose Quark Theme
GK User
Fri Jun 24, 2016 4:30 am
Is there a way to get the acymailing pop up newsletter module to enter from the left of the screen rather than the right of the screen? Most of the screen is on the right with a lot of white space on the left so it would cover up less of the relevant information if it pops up from the left.
User avatar
Expert Boarder

teitbite
Mon Jun 27, 2016 10:28 am
Hi

Can You please show me what You have in mind ? I'm afraid I do not understand.
User avatar
Moderator

GK User
Wed Jun 29, 2016 8:25 pm
see attached screen shot. See how the pop up newsletter module enters from the lower right of the screen and stops at the lower right of where the home page loads? Generally it covers most of the main image. I wanted to see how it would look if it entered from the lower left of the screen and similarly stopped at the lower left of where the home page loads. Essentially on the other side horizontally of the home page where there is more white space and less to cover up.
User avatar
Expert Boarder

teitbite
Fri Jul 01, 2016 6:14 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gk-newsletter-popup {
    left: 32px;
    right: auto;
}


please remember to clear cache so new code will be included in compressed files.
User avatar
Moderator


cron