shewenttospain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BlogSixteen] Keeping the main menu to one lineThanks, that code worked perfectly! My only fear is that it won’t work on all size screens. Does the plugin help it stay to one line on all size screens? Thanks again for the helpful response!!!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Mobile vs. DesktopHi,
It’s almost perfect! The slide arrows are gone from desktop but not from mobile? If I can remove them from mobile or just move them off the photo and into the black area around the photo, that would be great!
Thank you again for all your help!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Mobile vs. DesktopIt’s perfect on mobile now! Is there a way to move the left and right arrows out of the way? Also, can I get the same look on desktop? Thanks again!!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Mobile vs. DesktopSorry for the delayed response! The live link is https://www.shewenttospain.com/visit-andalucia/
Thank you for your help!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Mobile vs. DesktopThanks for the quick response! My website is shewenttospain.com but the post isn’t live yet. If you need to see it though, I can make it live and send another link? Thanks in advance for your help!!
Forum: Themes and Templates
In reply to: [BlogSixteen] Making a single post full width (no sidebar)Actually I figured it out!
This one does work when I don’t use the standard single post instead of the template I created:
#main {
width:100%;
}
#secondary {
display: none;
}Thanks everyone for all the help!
Forum: Themes and Templates
In reply to: [BlogSixteen] Making a single post full width (no sidebar)Thanks for the replies!! So the #main and #secondary code in the second comment didn’t work.
The full-stretch idea didn’t work either, but it’s interesting. It looks like it is 100% width of its relative content area. So the content is spread out 100% but the area itself needs to be wider. For example, my background is white but when you changed the color to cfcfcf, the content fills the gray space perfectly. It’s just the gray space that needs to be wider. Can I make the width over 100%? 150%?